Content Blocks
Glass Helix
Glass helix timeline with rotating cards.
timelineglasshelixrotating
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
items | Array<{year: string, title: string, desc: string, category: string}> | [] | Array of timeline items with year, title, description, and category. |
backgroundColor | string | #0f172a | Background color (hex, rgb, or hsl). |
cardBgColor | string | rgba(255,255,255,0.05) | Card background color. |
borderColor | string | rgba(255,255,255,0.1) | Border color. |
accentColor | string | #a855f7 | Accent color for hover effects. |