Skip to Content

Timeline

Package: @tesserix/web

Import

import { Timeline, TimelineItem, TimelineMarker, TimelineConnector, TimelineTime, TimelineTitle, TimelineDescription } from '@tesserix/web'

Source

  • Component: packages/web/src/components/timeline/timeline.tsx
  • Story: packages/web/src/components/timeline/timeline.stories.tsx
  • Test: Not found

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Missing

Example

import { Timeline } from '@tesserix/web' export function DemoTimeline() { return <Timeline /> }