feat(RadioGroup): new component (#730)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2023-10-27 15:47:24 +02:00
committed by GitHub
parent f785ecd46f
commit 23d5dc7b98
11 changed files with 369 additions and 122 deletions

View File

@@ -38,7 +38,7 @@ props:
### Required
Use the `required` prop to display a red star next to the label.
Use the `required` prop to display a red star next to the label of the Checkbox.
::component-card
---