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
pnpm dlx shadcn@latest add https://shadcnagents.com/r/neumorph-button.json
Usage
export default function Example() {
return <NeumorphButton>Click me</NeumorphButton>
}