Radio

A radio button is a graphical control element that allows the user to choose only one of a predefined set of mutually exclusive options.

Installation

npm install @andore-ui/radio

Import

import {RadioButton, RadioGroup} from @andore-ui/radio

Usage