radio-group-disabled.tsx — ui Source File
Architecture documentation for radio-group-disabled.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 88653f37_f66c_8f89_b729_68665949881e["radio-group-disabled.tsx"] b5f68436_cf6b_fba3_fb29_abf27fd13442["field"] 88653f37_f66c_8f89_b729_68665949881e --> b5f68436_cf6b_fba3_fb29_abf27fd13442 49324200_de94_25c3_5155_08b8655881b5["radio-group"] 88653f37_f66c_8f89_b729_68665949881e --> 49324200_de94_25c3_5155_08b8655881b5 style 88653f37_f66c_8f89_b729_68665949881e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Field, FieldLabel } from "@/examples/radix/ui/field"
import { RadioGroup, RadioGroupItem } from "@/examples/radix/ui/radio-group"
export function RadioGroupDisabled() {
return (
<RadioGroup defaultValue="option2" className="w-fit">
<Field orientation="horizontal" data-disabled>
<RadioGroupItem value="option1" id="disabled-1" disabled />
<FieldLabel htmlFor="disabled-1" className="font-normal">
Disabled
</FieldLabel>
</Field>
<Field orientation="horizontal">
<RadioGroupItem value="option2" id="disabled-2" />
<FieldLabel htmlFor="disabled-2" className="font-normal">
Option 2
</FieldLabel>
</Field>
<Field orientation="horizontal">
<RadioGroupItem value="option3" id="disabled-3" />
<FieldLabel htmlFor="disabled-3" className="font-normal">
Option 3
</FieldLabel>
</Field>
</RadioGroup>
)
}
Domain
Subdomains
Functions
Dependencies
- field
- radio-group
Source
Frequently Asked Questions
What does radio-group-disabled.tsx do?
radio-group-disabled.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in radio-group-disabled.tsx?
radio-group-disabled.tsx defines 1 function(s): RadioGroupDisabled.
What does radio-group-disabled.tsx depend on?
radio-group-disabled.tsx imports 2 module(s): field, radio-group.
Where is radio-group-disabled.tsx in the architecture?
radio-group-disabled.tsx is located at apps/v4/examples/radix/radio-group-disabled.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free