pure-timeline-flow
Vaadin 14 Java integration of pure-timeline
You can arrange mutliple PureTimelineItems in a timeline.
Sample code
PureTimeline timeline = new PureTimeline(); PureTimelineItem item1 = new PureTimelineItem("11:30", new H1("Test Item 1"), new Paragraph("Text content....")); PureTimelineItem item2 = new PureTimelineItem(new H1("Test 2")); timeline.add(item1, item2); add(timeline);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
First version
- Released
- 2019-11-13
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14+
- Browser
- N/A