Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | "" | Additional CSS class names |
items | DockItemData[] | - | Array of items to display in the dock |
The DockItemData
type has the following properties:
Property | Type | Description |
---|---|---|
link | string | URL that the item links to |
Icon | ReactNode | Icon component to display |
target | string | Optional target attribute for the link |