Animate UI

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 imskyleen
Edit on GitHub

Installation

Usage

<RadioGroup>
  <RadioGroupItem value="1" />
  <RadioGroupItem value="2" />
  <RadioGroupItem value="3" />
</RadioGroup>

API Reference

RadioGroup

RadioGroupItem

PropTypeDefault
...props?
HTMLMotionProps<"button">
-

The asChild property is not supported in the RadioGroupItem component, as it is used for animation.

Credits

Built by Skyleen. The source code is available on GitHub.