Home / Function/ RadioGroupDemo() — supabase Function Reference

RadioGroupDemo() — supabase Function Reference

Architecture documentation for the RadioGroupDemo() function in radio-group-stacked-demo.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/radio-group-stacked-demo.tsx lines 3–26

export default function RadioGroupDemo() {
  return (
    <RadioGroupStacked defaultValue="comfortable">
      <RadioGroupStackedItem
        value="default"
        id="r1"
        label="Default"
        description="The default option is the most spacious and comfortable."
      />
      <RadioGroupStackedItem
        value="comfortable"
        id="r2"
        label="Comfortable"
        description="The comfortable option is a bit more compact than the default option."
      />
      <RadioGroupStackedItem
        value="compact"
        id="r3"
        label="Compact"
        description="The compact option is the most compact and space-efficient."
      />
    </RadioGroupStacked>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free