Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | DockItem[] | - | Array of dock items (icon, label, etc.) |
sound | boolean | true | Enable soft tick on hover transitions |
DockItem
| Property | Type | Default | Description |
|---|---|---|---|
icon | React.ReactNode | - | Icon element to render |
label | string | - | Label shown on hover |
onClick | () => void | - | Click handler |
active | boolean | false | Show active dot below the icon |

