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

Examples

Use the primitive for lightweight inline shells or richer review layouts with authored gutters, token colors, and line emphasis.

Inline snippet

A compact code shell without a gutter works well for short one-line references.

Headless inline snippet

package.json

"name": "tailng-ui"

Review with gutter

Build a richer review shell with authored line numbers, highlighted ranges, and dimmed context.

Headless review shell

review.ts

ts
const draft = await loadDraft();if (draft.status !== 'approved') {  return 'needs-review';