Docs
Shuffle Button
Shuffle Button
A dynamic button that shuffles the characters of its text when hovered over, creating an engaging animation.
Loading...
Installation
Props
Prop | Type | Description | Default |
---|---|---|---|
className | String | The class name for the component, allowing for custom styling. | - |
duration | Number | The duration of the shuffle animation in seconds. | 1 |
children | React.ReactNode | The content inside the button, typically text, which will be shuffled on hover. | undefined |