RadioGroupDemo() — supabase Function Reference
Architecture documentation for the RadioGroupDemo() function in radio-group-demo.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/registry/default/example/radio-group-demo.tsx lines 3–20
export default function RadioGroupDemo() {
return (
<RadioGroup_Shadcn_ defaultValue="comfortable">
<div className="flex items-center space-x-2">
<RadioGroupItem_Shadcn_ value="default" id="r1" />
<Label_Shadcn_ htmlFor="r1">Default</Label_Shadcn_>
</div>
<div className="flex items-center space-x-2">
<RadioGroupItem_Shadcn_ value="comfortable" id="r2" />
<Label_Shadcn_ htmlFor="r2">Comfortable</Label_Shadcn_>
</div>
<div className="flex items-center space-x-2">
<RadioGroupItem_Shadcn_ value="compact" id="r3" />
<Label_Shadcn_ htmlFor="r3">Compact</Label_Shadcn_>
</div>
</RadioGroup_Shadcn_>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free