Navigation & Structure
Origami
Paper-folded origami-style mega menu with geometric transformations.
origamipaperfoldgeometric
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
buttonText | string | "Unfold" | Button text. |
items | Array<{title: string, delay?: number}> | [] | Array of menu items with title and optional delay. |
backgroundColor | string | "#2C3E50" | Background color (hex, rgb, or hsl). |
buttonTextColor | string | "#ffffff" | Button text color. |
menuItemBgColor | string | "#ECF0F1" | Menu item background color. |