Origami
Paper-folded origami-style mega menu with geometric transformations.
Refresh preview
Share Component
Copy CLI command
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. |
