Timeline
Smoothly animated timeline slider with resizable handles for interactive use.
Loading...
Installation
npx shadcn@latest add @scrollxui/timeline Usage
import { Timeline, TimelineText } from '@/components/ui/timeline';<Timeline
rotation={-2.76}
containerClassName='border-blue-500'
handleClassName='border-blue-500'
handleIndicatorClassName='bg-blue-500'
>
<TimelineText>Video Editor</TimelineText>
</Timeline>Examples
Custom
Loading...
API Reference
Timeline
Smoothly animated timeline slider with resizable handles for interactive use.