Neumorph Button

PreviousNext

A neumorphic button component with customizable hover and press effects.

Button Variants

Button Sizes

Full Width Button

Disabled Buttons

Hover and Active Effects

Hover over and click these buttons to see the animations.

Loading State

Click the button to see the loading animation.

References

Installation

pnpm dlx shadcn@latest add https://cult-ui.com/r/neumorph-button.json

Usage

export default function Example() { return <NeumorphButton>Click me</NeumorphButton> }