Morphing Button
ButtonsButton that morphs shape on interaction
morphshapeanimation
Installation
$
Usage
tsx
import { MorphingButton } from "@/components/nonaxial/morphing-button"
export default function Example() {
return (
<MorphingButton>{/* Your content here */}</MorphingButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |