Radio
Install the component from your command line.
npm install @raystack/apsara
Import all parts and piece them together.
import { Radio } from '@raystack/apsara'

<Radio defaultValue="1">
  <Radio.Item value="1" size="small"/>
  <Radio.Item value="2" size="medium"/>
</Radio>