mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-02-09 21:44:17 +00:00
screenshots
This commit is contained in:
parent
9afd7f871b
commit
143a6bb9d7
@ -1265,8 +1265,8 @@ module.exports = NewPostModalButton = React.createClass({displayName: "NewPostMo
|
|||||||
React.createElement(Modal, {bsStyle: "primary", title: React.createElement(Glyphicon, {glyph: "pencil"}), onRequestHide: this.handleToggle},
|
React.createElement(Modal, {bsStyle: "primary", title: React.createElement(Glyphicon, {glyph: "pencil"}), onRequestHide: this.handleToggle},
|
||||||
React.createElement("div", {className: "modal-body"},
|
React.createElement("div", {className: "modal-body"},
|
||||||
React.createElement("form", {onSubmit: this.handleNewPost},
|
React.createElement("form", {onSubmit: this.handleNewPost},
|
||||||
React.createElement(Input, {type: "textarea", label: "Text Area", placeholder: "textarea"}),
|
React.createElement(Input, {type: "textarea", label: "Write Something", placeholder: "textarea"}),
|
||||||
React.createElement(Input, {type: "submit", value: "Submit button", "data-dismiss": "modal"})
|
React.createElement(Input, {type: "submit", value: "Submit Post", "data-dismiss": "modal"})
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -66,8 +66,8 @@ module.exports = NewPostModalButton = React.createClass({
|
|||||||
<Modal bsStyle='primary' title={<Glyphicon glyph='pencil'/>} onRequestHide={this.handleToggle}>
|
<Modal bsStyle='primary' title={<Glyphicon glyph='pencil'/>} onRequestHide={this.handleToggle}>
|
||||||
<div className='modal-body'>
|
<div className='modal-body'>
|
||||||
<form onSubmit={this.handleNewPost}>
|
<form onSubmit={this.handleNewPost}>
|
||||||
<Input type='textarea' label='Text Area' placeholder='textarea'/>
|
<Input type='textarea' label='Write Something' placeholder='textarea'/>
|
||||||
<Input type='submit' value='Submit button' data-dismiss="modal" />
|
<Input type='submit' value='Submit Post' data-dismiss="modal" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
BIN
screenshots/conversation.png
Normal file
BIN
screenshots/conversation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
BIN
screenshots/following.png
Normal file
BIN
screenshots/following.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
BIN
screenshots/home.png
Normal file
BIN
screenshots/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 178 KiB |
BIN
screenshots/mentions.png
Normal file
BIN
screenshots/mentions.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
BIN
screenshots/post.png
Normal file
BIN
screenshots/post.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
Loading…
x
Reference in New Issue
Block a user