Home / Function/ RadioGroup() — ui Function Reference

RadioGroup() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  ef16f0cb_ecbe_8004_7d94_bb23e1fa4dc3["RadioGroup()"]
  5f3ca68c_7691_c719_74f2_8d2a79106b51["radio-group.tsx"]
  ef16f0cb_ecbe_8004_7d94_bb23e1fa4dc3 -->|defined in| 5f3ca68c_7691_c719_74f2_8d2a79106b51
  style ef16f0cb_ecbe_8004_7d94_bb23e1fa4dc3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/radio-group.tsx lines 9–20

function RadioGroup({
  className,
  ...props
}: React.ComponentProps<typeof RadioGroupPrimitive.Root>) {
  return (
    <RadioGroupPrimitive.Root
      data-slot="radio-group"
      className={cn("grid gap-3", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does RadioGroup() do?
RadioGroup() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/radio-group.tsx.
Where is RadioGroup() defined?
RadioGroup() is defined in apps/v4/registry/new-york-v4/ui/radio-group.tsx at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free