Navigation & Structure
Neumorph
Neumorphic mega menu with soft shadows and tactile design elements.
neumorphsoftshadowstactile
Props
Customize the component with these 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. |