frontend/src/stories/radio-group.mdx
import { Meta, Story } from "@storybook/addon-docs/blocks";
import { Label } from "@/components/ui/label"; import { RadioGroup, RadioGroupItem } from "@/components/ui/radio-group";
<Meta title="RadioGroup" component={RadioGroup} /><Label htmlFor="r1">Default</Label>
<Label htmlFor="r2">Comfortable</Label>
<Label htmlFor="r3">Compact</Label>
<Label htmlFor="r1">a</Label>
<Label htmlFor="r2">b</Label>
<Label htmlFor="r3">c</Label>