Components

The Dock components include the following:

  • Dock - The root wrapper for dock navigation.
  • DockItem - Represents a single actionable item in the dock.
  • DockLabel - Label for a dock item.

Dock

The Dock component is the root navigation bar. It manages the active state, supports sizing, and provides context for its children.

DockItem

The DockItem component represents a button or action in the dock. It manages its own registration and active state within the dock context.

DockLabel

The DockLabel component provides a label or description for a dock item, typically placed below the icon.