diff --git a/docs/content/2.components/radio-group.md b/docs/content/2.components/radio-group.md index fdb7ad21..121fc261 100644 --- a/docs/content/2.components/radio-group.md +++ b/docs/content/2.components/radio-group.md @@ -156,7 +156,11 @@ slots: ## Config -::tabs - :component-preset{label="Radio" slug="Radio"} - :component-preset{label="RadioGroup"} +::callout{icon="i-heroicons-light-bulb"} +Use the `ui` prop to override the radio group config and the `uiRadio` prop to override the radio config. +:: + +::tabs + :component-preset{label="Radio (uiRadio)" slug="Radio"} + :component-preset{label="RadioGroup (ui)"} ::