Actions
SelectButton
A segmented control for choosing one (or several) values from a short list.
Install
import { SelectButton } from 'vael-ui'Playground
Fruits
md
import { SelectButton } from 'vael-ui'
<SelectButton :multiple="false" allowEmpty :disabled="false" size="md" name="" :items="items">SelectButton</SelectButton>