Getting Started
Foundations
Components
Search for a command to run...
Radio groups present a collection of options where selecting one option automatically deselects any previously selected option. They're ideal for scenarios where users must make a single choice from a small set of mutually exclusive options, typically between two and seven options.
import { RadioGroup } from "@strongtie/design-system/radio-group"This module exports the following components:
RadioGroupRadioGroupItemAll components accept standard HTML attributes and React props.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
CSS classes used by this component:
radio-groupradio-group-itemEnsure proper accessibility attributes are added when implementing this component.