docs: add vee-validate documention link for checkbox and radio inputs

This commit is contained in:
Sadegh Barati 2023-12-19 18:05:06 +03:30
parent 8cae5b70b5
commit 1b98906329
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@ import { Checkbox } from '@/components/ui/checkbox'
### Form
Please first read `vee-validate` section for [Checkbox and Radio Inputs](https://vee-validate.logaretm.com/v4/examples/checkboxes-and-radio/)
<ComponentPreview name="CheckboxFormSingle" />
<ComponentPreview name="CheckboxFormMultiple" />

View File

@ -40,4 +40,6 @@ import { RadioGroup, RadioGroupItem } from '@/components/ui/radio-group'
### Form
Please first read `vee-validate` section for [Checkbox and Radio Inputs](https://vee-validate.logaretm.com/v4/examples/checkboxes-and-radio/)
<ComponentPreview name="RadioGroupForm" />