Home / Function/ RadioGroupDemo() — ui Function Reference

RadioGroupDemo() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c03e6d33_d83b_81c1_677c_20fccb0a5fbd["RadioGroupDemo()"]
  84ebf89b_9b5b_2383_0af4_14298117744c["radio-group-demo.tsx"]
  c03e6d33_d83b_81c1_677c_20fccb0a5fbd -->|defined in| 84ebf89b_9b5b_2383_0af4_14298117744c
  style c03e6d33_d83b_81c1_677c_20fccb0a5fbd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/internal/sink/components/radio-group-demo.tsx lines 4–21

export function RadioGroupDemo() {
  return (
    <RadioGroup defaultValue="comfortable">
      <div className="flex items-center space-x-2">
        <RadioGroupItem value="default" id="r1" />
        <Label htmlFor="r1">Default</Label>
      </div>
      <div className="flex items-center space-x-2">
        <RadioGroupItem value="comfortable" id="r2" />
        <Label htmlFor="r2">Comfortable</Label>
      </div>
      <div className="flex items-center space-x-2">
        <RadioGroupItem value="compact" id="r3" />
        <Label htmlFor="r3">Compact</Label>
      </div>
    </RadioGroup>
  )
}

Subdomains

Frequently Asked Questions

What does RadioGroupDemo() do?
RadioGroupDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/radio-group-demo.tsx.
Where is RadioGroupDemo() defined?
RadioGroupDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/radio-group-demo.tsx at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free