vael-ui v0.3.10

Actions

ButtonGroup

Install

import { ButtonGroup } from 'vael-ui'

Playground

import { ButtonGroup } from 'vael-ui'

<ButtonGroup orientation="horizontal" ariaLabel="">ButtonGroup</ButtonGroup>

Props

NameTypeDefaultDescription
orientation"horizontal" | "vertical""horizontal"
ariaLabelstring | undefinedundefined
uiPartial<{ root: UiPartValue; }> | undefinedundefined

Slots

NameTypeDescription
default{}

Events

No events.

Exposed

NameTypeDescription
elHTMLElement | null