Neumorph
Neumorphic mega menu with soft shadows and tactile design elements.
Main Features of Neumorph
How to Use Neumorph in Next.js
Installation Guide for Neumorph
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. |
