Skip to main content

Module navigation

Module navigation 

Source
Expand description

Navigation and disclosure: tabs, accordion sections, a breadcrumb trail, a collapsible rail, and page controls.

None of these own where the typist is. Each reports the place that was picked and renders whatever the caller says is current, so a host that refuses a move keeps showing the place that still holds.

Re-exports§

pub use accordion::Accordion;
pub use accordion::AccordionSection;
pub use anchor_list::Anchor;
pub use anchor_list::AnchorList;
pub use breadcrumb::Breadcrumb;
pub use breadcrumb::Crumb;
pub use collapsible::Collapsible;
pub use pagination::PageTotal;
pub use pagination::Pagination;
pub use sidebar::Sidebar;
pub use sidebar::SidebarItem;
pub use sidebar::SidebarSection;
pub use tabs::SaveState;
pub use tabs::TabItem;
pub use tabs::Tabs;
pub use undo_history::HistoryEntry;
pub use undo_history::UndoHistory;
pub use wizard::StepStatus;
pub use wizard::Wizard;
pub use wizard::WizardIntent;
pub use wizard::WizardLayout;
pub use wizard::WizardStep;

Modules§

accordion
Sections that disclose their body when the caller says they are open.
anchor_list
In-page navigation over caller-owned document anchors.
breadcrumb
The trail of places that leads to where the typist is now.
collapsible
One region that opens and shuts.
pagination
Page controls over a total the host may or may not know.
sidebar
A navigation rail of sectioned places, expanded or collapsed to icons.
tabs
A strip of tabs that reports which one was chosen.
undo_history
A caller-owned history whose entries can be revisited.
wizard
A multi-step flow that reports where the typist asked to go.