new TimeLine() → {JSX.Element}
This is the timeline component of the web-app. It contains the list of all the post. It's also the home page.
- Source:
- See:
Returns:
- Type
- JSX.Element
Example
<div>
<TimeLine/>
</div>
Members
(inner) ui :Array.<PostCard>
This variable contains the array of PostCard elements for each post
Type:
- Array.<PostCard>
- Source:
- See: