Forms & Inputs
RadioGroup
Coordinates a set of Radio buttons so only one can be selected at a time.
Install
import { RadioGroup } from 'vael-ui'Playground
vertical
import { RadioGroup } from 'vael-ui'
<RadioGroup name="" :disabled="false" orientation="vertical">RadioGroup</RadioGroup>