mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
creating scaffold of post view
This commit is contained in:
parent
a26ec1db12
commit
70fcbf9e70
@ -9,7 +9,22 @@ export class Note extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<Comments/>
|
||||
<div className="f7 sans">Title</div>
|
||||
<div className="f7 mono gray-60">Author</div>
|
||||
<Body/>
|
||||
<Previous className="pv10 bt br bb b-gray">
|
||||
<h7>Previous Post</h7>
|
||||
<h7>Title</h7>
|
||||
<h7 className="gray">Date</h7>
|
||||
</Previous>
|
||||
<Next className="pv10 bt bl bb b-gray">
|
||||
<h7>Next Post</h7>
|
||||
<h7>Title</h7>
|
||||
<h7 className="gray">Date</h7>
|
||||
</Next>
|
||||
|
||||
|
||||
<Comments/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user