Arrow Button
A versatile button component with animated directional arrows and hover effects.
Installation
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
direction | 'left' | 'right' | 'up' | 'down' | 'right' | Direction of the arrow animation |
hoverColor | string | 'rgb(74 222 128)' | Background color on hover |
variant | 'light' | 'dark' | 'light' | Color variant of the button |
size | 'sm' | 'md' | 'lg' | 'md' | Size of the button |
children* | React.ReactNode | — | Button content |
