Dock

macOS-style dock with grouped actions and a gliding active pill.

Preview

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/dock

API Reference

Dock

className?
string
size?
number

Size of each item in px.

44

DockItem

className?
string
onClick?
(() => void)

When set, the item renders as a <button>. Omit when children carry their own link or button.

active?
boolean
aria-label?
string

DockSeparator

className?
string

Updated