hawk-ui: Basic Label Component
npm install @hawk-ui/label
#### To install a component run$ npm install @hawk-ui/label --save
#### Please import CSS styles via
``scss noeditor`
@import '/path__to__node_modules/@hawk-ui/label/dist/index.min.css
#### Without Required
Demo
`js static`
import Label from '@hawk-ui/label';`js`
title="Label"
/>
#### With Required
Demo
`js static`
import Label from '@hawk-ui/label';`js`
title="Label"
isRequired
/>
#### With Left icon
Demo
`js static`
import Label from '@hawk-ui/label';`js`
icon="fa fa-copy"
title="Label"
/>
#### With Right icon
Demo
`js static`
import Label from '@hawk-ui/label';`js``
icon="fa fa-copy"
iconPlacement="right"
title="Label"
isRequired
/>