Add not-working-yet text box, plus a bit more css
This commit is contained in:
parent
56415b40e9
commit
a0c5fb4a8b
3 changed files with 31 additions and 0 deletions
16
src/molecules/MessageComposer.js
Normal file
16
src/molecules/MessageComposer.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
var React = require('react');
|
||||
|
||||
var MatrixClientPeg = require("../MatrixClientPeg");
|
||||
|
||||
module.exports = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<div className="mx_MessageComposer">
|
||||
<form>
|
||||
<textarea />
|
||||
</form>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue