Content Blocks
Sketchbook
Hand-drawn sketchbook timeline with paper texture.
timelinesketchhand-drawnpaper
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 | #fffdf5 | Background color (hex, rgb, or hsl). |
paperTextureColor | string | #444 | Paper texture pattern color. |
lineColor | string | #333 | Timeline line color. |
cardBgColor | string | #ffffff | Card background color. |
cardBorderColor | string | #1e293b | Card border color. |
titleColor | string | #0f172a | Title text color. |
textColor | string | #475569 | Text color. |
yearColor | string | rgba(15, 23, 42, 0.1) | Year text color. |