mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
creating scaffold of post view
This commit is contained in:
parent
a26ec1db12
commit
70fcbf9e70
@ -9,6 +9,21 @@ export class Note extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<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/>
|
<Comments/>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user