Radio
Import all parts and piece them together.
Install the component from your command line.
npm install @raystack/apsara
import { Radio } from '@raystack/apsara' <Radio defaultValue="1"> <Radio.Item value="1" size="small"/> <Radio.Item value="2" size="medium"/> </Radio>