Skip to content
kapable

Toolbar

Actions · 1 export · v0.1.0 · showcase

Labelled action set that progressively enhances direct controls with roving arrow-key focus.

Browse 72 component families

Every control stays independently tabbable in static HTML. Roving arrow-key focus is demonstrated in the live playground.

Usage

Toolbar usage
<Toolbar label="Editing tools"><Btn>Bold</Btn><Btn>Italic</Btn></Toolbar>

API

Toolbar API

ToolbarProps

Toolbar props
proptypenotes
labelstringAccessible name for the set of controls.
orientation?'horizontal' | 'vertical'
children?RemixNode
mix?MixInput

More in Actions

More in Actions