Rotate Button
ButtonsButton that rotates on hover
rotatetransformhover
Installation
$
Usage
tsx
import { RotateButton } from "@/components/nonaxial/rotate-button"
export default function Example() {
return (
<RotateButton>{/* Your content here */}</RotateButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | โ |
| className | string | โ |