Getting StartedInstallation and setup guides 5
LayoutWorkflow and structural layout components 7
OverlayModal and floating layer surfaces 3
FeedbackStatus, empty, progress, and loading placeholder patterns 5
FormInput and selection components 17
UtilityGeneral-purpose interface utilities 7
NavigationMenu surfaces and hierarchical actions 7

Paginator styling

The styled wrapper exposes stable classes for range text, movement controls, page buttons, and the page-size select.

HookUse
.tng-paginatorLayout, wrapping behavior, disabled opacity, and size state.
.tng-paginator__rangeCurrent result range text.
.tng-paginator__buttonMovement and numbered page controls.
.tng-paginator__button[aria-current='page']Active page styling.
.tng-paginator__selectRows-per-page select styling and focus ring.

CSS starter

tng-paginator {
  --tng-semantic-accent-brand: oklch(0.58 0.17 250);
  --tng-semantic-border-subtle: oklch(0.9 0.02 250);
  --tng-semantic-background-surface: white;
  --tng-semantic-focus-ring: oklch(0.68 0.16 250 / 0.35);
}