DocsComponents

Radio

Radio

Used to select one option from several options.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add radio

Import from @perceptui/ui

Note: If you have installed @perceptui/ui package, then import Radio from @perceptui/ui.

import { Radio, RadioGroup } from "@perceptui/ui";

API References

PropTypeDescriptionDefault
size"xs"|"sm"|"md"|"lg"|"xl"Size of the Radiosm
colorstringColor of the Radioblue
classNamestringclassName_

Examples

Color