LabelRenders an accessible label associated with controls.
Install the component from your command line.
npm install @raystack/apsara
Import all parts and piece them together.
import { Label } from '@raystack/apsara'

<Label size="small">Label</Label>
<Label size="medium">Label</Label>
<Label size="large">Label</Label>