Biome
Biome-themed mega menu with organic nature-inspired design and natural aesthetics.
Refresh preview
Share Component
Copy CLI command
Props
| Property | Type | Default | Description |
|---|---|---|---|
| buttonText | string | "Explore Nature" | Button text. |
| sidebarTitle | string | "The Biome" | Sidebar title text. |
| items | Array<{title: string, icon?: ReactNode, iconColor?: string}> | [] | Array of menu items. |
| backgroundColor | string | "#F1F7F0" | Background color (hex, rgb, or hsl). |
| buttonBgColor | string | "#3A5A40" | Button background color. |
| menuWidth | string | "700px" | Menu width. |
