$ npm install @hawk-ui/label --save
@import '/path__to__node_modules/@hawk-ui/label/dist/index.min.css
import Label from '@hawk-ui/label';
<Label
title="Label"
/>
import Label from '@hawk-ui/label';
<Label
title="Label"
isRequired
/>
import Label from '@hawk-ui/label';
<Label
icon="fa fa-copy"
title="Label"
/>
import Label from '@hawk-ui/label';
<Label
icon="fa fa-copy"
iconPlacement="right"
title="Label"
isRequired
/>