feat(RadioGroup): configurable label size (#881)

This commit is contained in:
Conner
2023-10-27 16:11:58 -05:00
committed by GitHub
parent 327c7769da
commit 5a2644b329
4 changed files with 19 additions and 6 deletions

View File

@@ -19,6 +19,10 @@ Alternatively, you can use individual Radio components:
:component-example{component="radio-example"}
::callout{icon="i-heroicons-light-bulb"}
If using the RadioGroup component, you can customize the Radio options by using the `uiRadio` prop.
::
### Legend
Use the `legend` prop to add a legend to the RadioGroup.