Components
← All components

Separator

stimeo--separator

APG separator semantics, with an optional focusable value-bearing variant.

The stimeo--separator controller adds role="separator" and aria-orientation for a decorative divider. For the optional focusable, value-bearing variant it keeps aria-valuenow in sync and emits stimeo--separator:change on arrow-key adjustment (ArrowUp/ArrowRight increase, ArrowDown/ArrowLeft decrease, Home/End jump to the bounds), scoped to the orientation's axis. The actual pane resize/drag is out of scope — use Resizable for that. Behavior only — line drawing is owned by this Playground.

running

The thin line below is a decorative separator (role="separator" semantics only — nothing to operate).

The handle below is a focusable, value-bearing separator: Tab to it and use the arrow keys to change the split (for mouse-drag resizing, use the Resizable component instead).

Sidebar
Content

Keyboard

KeyAction
Arrow keys Adjust the value along the orientation axis (focusable variant).
Home / End Jump to the minimum / maximum (focusable variant).