Radio
Displays a callout for user attention.
Preview
The Badge component is used to display important messages to users. It comes with several sub components to structure the content effectively.
Radio 15
Installation
Usage
Examples
01
Radio 01
Radio
02
Radio 02
03
Radio 03
04
Radio 04
You can use this card with a label and a description.
You can use this card with a label and a description.
05
Radio 05
You can use this radio with a label and a description.
You can use this checkbox with a label and a description.
06
Radio 06
Radio
07
Radio 07
08
Radio 08
You can use this card with a label and a description.
You can use this card with a label and a description.
09
Radio 09
You can use this card with a label and a description.
You can use this card with a label and a description.
10
Radio 10
You can use this card with a label and a description.
You can use this card with a label and a description.
more...
Radio 11
Radio 12
Radio
Radio 13
Radio 14
Radio 15
Radio 16
Radio 17
😡 Not likely
Very Likely 😍
Radio 18
Radio
Radio 19
Options
Component | Description | Example Usage |
---|---|---|
RadioGroup | A container that manages a set of radio buttons, ensuring only one can be selected at a time. | <RadioGroup defaultValue="option1">...</RadioGroup> |
RadioGroupItem | An individual radio button within the RadioGroup . | <RadioGroupItem value="option1" id="option1" /> |