wise-ui

Data & Lists

Backgrounds

Cards

Navigation

Text

Buttons

Layout

Dock

macOS-style dock with magnification on hover.

Installation

npx shadcn@latest add https://wise-ui.com/r/dock.json

Props

PropTypeDefaultDescription
items{ id: string; icon: ReactNode; label: string; href?: string }[]-Array of dock items to display.
onItemClick(item: DockItem) => void-Callback when a dock item is clicked.
magnificationnumber1.5Maximum scale factor when hovered.
distancenumber150Pixel radius of the magnification influence.
classNamestring-Additional classes for the dock container.