βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β π shadcn/directory/imskyleen/animate-ui/primitives/radix/radio-group β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
<RadioGroup>
<RadioGroupItem value="1">
<RadioGroupItemIndicator />
</RadioGroupItem>
<RadioGroupItem value="2">
<RadioGroupItemIndicator />
</RadioGroupItem>
<RadioGroupItem value="3">
<RadioGroupItemIndicator />
</RadioGroupItem>
</RadioGroup>
<ExternalLink href="https://www.radix-ui.com/primitives/docs/components/radio-group#root" text="Radix UI API Reference - RadioGroup.Root" />
<ExternalLink href="https://www.radix-ui.com/primitives/docs/components/radio-group#item" text="Radix UI API Reference - RadioGroup.Item" />
<TypeTable type={{ '...props': { description: 'The props of the radio group item.', type: 'HTMLMotionProps<"button">', required: false, }, }} />
<Callout type="info"> The `asChild` property is not supported in the `RadioGroupItem` component, as it is used for animation. </Callout><ExternalLink href="https://www.radix-ui.com/primitives/docs/components/radio-group#indicator" text="Radix UI API Reference - RadioGroup.Indicator" />
<TypeTable type={{ transition: { description: 'The transition of the radio group indicator.', type: 'Transition', required: false, default: "{ type: 'spring', stiffness: 200, damping: 16 }", }, '...props': { description: 'The props of the radio group indicator.', type: 'HTMLMotionProps<"div">', required: false, }, }} />
<Callout type="info"> The `forceMount` and `asChild` properties are not supported in the `RadioGroupIndicator` component, as it is used for animation. </Callout>β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ