Moving around content and issuing actions: Pagination for paged lists, Dropdown for a menu of actions, Tabs for switching between panels of content, and Breadcrumb for the trail up the…
Moving around content and issuing actions: Pagination for paged lists, Dropdown for a
menu of actions, Tabs for switching between panels of content, and Breadcrumb for the
trail up the hierarchy.
Pages
Pagination— A controlled page navigator: prev / numbered buttons with collapsing … gaps / next. You own current (1-indexed) and react to onChange(page); the strip is computed from total items at…
Dropdown— A menu button: a trigger that opens a role=menu of actions. Data-driven — you pass the items and salle renders the popup and handles open/close, keyboard, and dismissal. Unlike Select…
Tabs— A row of tabs that switches between panels of content — the facets of a detail view, settings sections, categories. Data-driven: you pass the items (each a key, a label,…
Breadcrumb— The trail that tells you where a page sits in the hierarchy — Home › Nature › Forests — and lets you jump back up it. Data-driven like Tabs and…