VeeRadioGroup
Radio group component that uses the composition API provided by Vee-Validate to perform validation.
Source code
Click here to see the source code for this component on GitHub. Feel free to copy it and adjust it for your own use.
Installation
npx ui-thing@latest add vee-radio-group
Usage
Notification type
In the form below, we are using the <UiVeeRadioGroup/>
component to create a radio group that allows the user to select how they want to be notified. The component uses the composition API provided by Vee-Validate to perform validation. Notice that we pass the different RadioItems
into the default slot of the component.