Timeline-style navigation with era markers and active states.
npx chaos add timeline-navimport { TimelineNav } from '@oalacea/chaosui/navigation/timeline-nav';
const eras = [
{ value: '2020', label: '2020', active: true },
{ value: '2021', label: '2021' },
{ value: '2022', label: '2022' },
];
<TimelineNav eras={eras} orientation="vertical" />