Neumorph Button

PreviousNext

A neumorphic button component with customizable hover and press effects.

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>
}