Step 1
First step
Step 2
Second step
Timeline
CarouselsVertical timeline component
timelinehistoryevents
Installation
$
Usage
tsx
import { Timeline } from "@/components/nonaxial/timeline"
export default function Example() {
return (
<Timeline>{/* Your content here */}</Timeline>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |