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