Row
Last updated
Last updated
A row is a container for items.
The timeline is constructed of many rows, stacked on top of each other, where each row contains all the items related to it.
dnd-timeline
does not provide you with a <Row />
component, so you will need to build your own.
A basic Row component will look like this:
dnd-timeline also provides you with a helper type that you can extend.
You can fully customize this component according to your needs.
Every <Row />
component should be rendered as a child of it's parent row.