Docs
Neumorph Button

Neumorph Button

A neumorphic button component with customizable hover and press effects.

References

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