Getting StartedInstall and bootstrap headless foundations 4
FormHeadless input and selection contracts 19
LayoutHeadless structural primitives for expandable and container patterns 6
NavigationHeadless trails, trees, menus, and command surfaces 7
OverlayHeadless modal and floating layer behavior 3
FeedbackHeadless notification and status communication patterns 5
UtilityReusable action, identity, and clipboard behavior 6

Headless pagination overview

Pagination owns page index, page size, client or server mode, range metadata, and disabled state. You provide the button, select, and layout markup.

Basic composition

Build pagination from primitive directives while owning the buttons, select, and layout.

Headless pagination (Plain CSS)

Accessibility baseline

  • Use a labelled nav[tngPagination] landmark.
  • Numbered page buttons expose aria-current="page" when selected.
  • The page-size directive keeps the native select disabled state in sync.