Components
Dock
Dock — a fixed bar of destinations pinned to the bottom of the viewport, the primary way to move between the top-level areas of a mobile-first app (stays, calendar, keys, account). Feed it an `items` array of a label and optional icon, mark the current area with `active`, and handle taps with `onSelect`. Keep it to three to five destinations so each stays a comfortable tap target, and match `size` to the surrounding density. Each destination is a real `<button>` and the active one carries `aria-current`, so it is keyboard- and screen-reader-navigable by default.