Content Blocks
Neo-Brutal Scroll
Neo-brutal scroll timeline with sticky stack cards.
timelinebrutalistscrollsticky
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 | #E0E7FF | Background color (hex, rgb, or hsl). |
borderColor | string | #000000 | Border color. |
cardBgColor | string | #ffffff | Card background color. |
textColor | string | #000000 | Text color. |