Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
children | ReactNode | - | Content to display inside the container |
className | string | - | Additional CSS class names |
hoverColor | string | hsl(var(--accent)) | Background color when hovered |
pressedColor | string | hsl(var(--accent))/0.1 | Background color when pressed |
radius | number | - | Border radius of the hover effect |