Neumorphism 3D Button
A 3D neumorphic button with realistic shadows and press effects.
Installation
Run the following command to install the component:
npx rareui add neumorphism-3d-buttonThis will install the component to components/rareui/ directory.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | "Click Me" | The content to display inside the button. |
onClick | () => void | - | Callback function when the button is clicked. |
disabled | boolean | false | Whether the button is disabled. |