Neumorphic
Soft Button
ButtonsNeumorphic soft button with depth
neumorphismsoftdepthshadow
Installation
$
Usage
tsx
import { SoftButton } from "@/components/nonaxial/soft-button"
export default function Example() {
return (
<SoftButton>{/* Your content here */}</SoftButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |