Neumorph
Neumorphic mega menu with soft shadows and tactile design elements.
Refresh preview
Share Component
Copy CLI command
Props
| Property | Type | Default | Description |
|---|---|---|---|
| buttons | Array<{label: string, icon: ReactNode}> | [] | Array of navigation buttons. |
| options | string[] | ["Option 1", "Option 2", "Option 3"] | Array of menu option labels. |
| backgroundColor | string | "#e0e5ec" | Background color (hex, rgb, or hsl). |
| navBgColor | string | "#e0e5ec" | Navigation background color. |
| buttonActiveColor | string | "#3b82f6" | Active button color. |
