Timeline
Package: @tesserix/native
Import
import { Timeline } from '@tesserix/native'Related types
TimelineProps,TimelineItemData
Source
- Component:
packages/native/src/components/Timeline/Timeline.tsx - Story:
packages/native/src/components/Timeline/Timeline.stories.tsx - Test:
packages/native/src/components/Timeline/Timeline.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Timeline } from '@tesserix/native'
export function DemoTimeline() {
return <Timeline />
}