A set of mutually exclusive options where only one choice can be selected at any given time.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { RadioGroup } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Implements the WAI-ARIA Radio Group pattern. Uses `role="radiogroup"` and `role="radio"`. Arrow key navigation between options.