Something starting to resemble a Matrix Client
This commit is contained in:
parent
2f6a123118
commit
125fa78bc6
15 changed files with 148 additions and 21 deletions
12
src/molecules/RoomHeader.js
Normal file
12
src/molecules/RoomHeader.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
var React = require('react');
|
||||
|
||||
module.exports = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_RoomHeader">
|
||||
{this.props.room.name}
|
||||
</div>
|
||||
);
|
||||
},
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue