Docs
Neumorph Button
Neumorph Button
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
Inspiration
Installation
npx shadcn@latest add https://cult-ui.com/r/neumorph-button.json
Usage
import { NeumorphButton } from "@/components/ui/neumorph-button"
export default function Example() {
return <NeumorphButton>Click me</NeumorphButton>
}