Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 441 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 441 Bytes

Code Examples

Two examples of React components that use SVG to produce a visualization, one simple (LabeledTimer) and one more complex (TimelineWidget).

TimelineWidget

TimelineWidget is a Gantt-style visualization, produced with a combination of HTML and SVG.

LabeledTimer

LabeledTimer is a component that combines a label and a circular progress indicator, which is implemented in a standalone CircleTimer component.