Radio Group
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
Made by imskyleenInstallation
Usage
API Reference
RadioGroup
RadioGroupItem
Prop | Type | Default |
---|---|---|
...props? | HTMLMotionProps<"button"> | - |
The asChild
property is not supported in the RadioGroupItem
component, as
it is used for animation.
Credits
- Radix UI Radio Group
- Credit to shadcn/ui for style inspiration.