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

Supported contract

Theme the wrapper from its host. Override semantic and select tokens on <tng-multiselect>; drop to headless when you need full trigger or overlay DOM ownership.

Selector or tokenApplied onPurpose
.docs-component-multiselect-styling-shell + --tng-select-*Wrapper hostStable surface for trigger, option, and overlay theming through copied host tokens.
--tng-semantic-*Wrapper hostFeeds the shared light and dark semantic palette used by the select contract.
#tngMultiSelectValueTplProjected templateCustomizes the selected-value markup while preserving trigger semantics.
#tngMultiSelectOptionTplProjected templateCustomizes option rows while preserving listbox behavior and selection state.

Host tokens

These host-level variables are the stable styling surface for the wrapper. The same token set feeds the trigger, option rows, and the portaled overlay.

multiselect.tokens.css

css
.docs-component-multiselect-styling-shell {
  --tng-semantic-accent-brand: #0f766e;
  --tng-semantic-focus-ring: #0f766e;

  --tng-select-radius: 1rem;
  --tng-select-trigger-py: 0.625rem;
  --tng-select-trigger-px: 0.875rem;
  --tng-select-option-py: 0.625rem;
  --tng-select-option-px: 0.875rem;
  --tng-select-brand: #0f766e;
  --tng-select-focus-ring: #0f766e;
}

/* Palette tokens stay on the host. */
/* Add slot-level spacing only when you need a more opinionated presentation shell. */

Category picker shell

The wrapper keeps the same API while host-level tokens define the palette and lightweight slot spacing keeps the trigger polished.

Category picker (Plain-CSS)

Categories

Host-level tokens define the palette while the wrapper handles multi-selection plumbing.

Selected: Accessibility, Forms