Bounce Button
ButtonsButton with bouncy spring animation
bouncespringplayful
Installation
$
Usage
tsx
import { BounceButton } from "@/components/nonaxial/bounce-button"
export default function Example() {
return (
<BounceButton>{/* Your content here */}</BounceButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |