docs: add missing props to UI components (#13247)

This commit is contained in:
Shahed Nasser
2025-08-20 12:36:57 +03:00
committed by GitHub
parent d1a1135328
commit 69d22213f4
10 changed files with 309 additions and 443 deletions
@@ -55,6 +55,10 @@ import { RadioGroup } from "@medusajs/ui"
The `RadioGroup.ChoiceBox` component allows you to show a group of radio buttons, each in a box with a label and description.
<ComponentExample name="radio-group-choicebox" hideFeedback />
<ComponentExample name="radio-group-choicebox" />
{/* TODO add API reference */}
### Choice Box API Reference
<ComponentReference mainComponent="RadioGroup" componentsToShow={[
"RadioGroup.ChoiceBox"
]} hideFeedback />