vael-ui v0.3.10

Actions

Toolbar

A horizontal strip for grouping related actions, with roving keyboard focus.

Install

import { Toolbar } from 'vael-ui'

Playground

import { Toolbar } from 'vael-ui'

<Toolbar orientation="horizontal" overflowLabel="More">Toolbar</Toolbar>

Props

NameTypeDefaultDescription
orientation"horizontal" | "vertical""horizontal"
overflowLabelstring | undefined"More"
uiPartial<{ root: UiPartValue; group: UiPartValue; overflowTrigger: UiPartValue; }> | undefined

Slots

NameTypeDescription
start{}
default{}
center{}
end{}

Events

No events.

Exposed

NameTypeDescription
elHTMLElement | null