@hawk-ui/label

4.3.2 • Public • Published

Installation

To install a component run

$ npm install @hawk-ui/label --save

Please import CSS styles via

@import '/path__to__node_modules/@hawk-ui/label/dist/index.min.css

Usage

Without Required

Demo

import Label from '@hawk-ui/label';
<Label
  title="Label"
/>

With Required

Demo

import Label from '@hawk-ui/label';
<Label
  title="Label"
  isRequired
/>

With Left icon

Demo

import Label from '@hawk-ui/label';
<Label
  icon="fa fa-copy"
  title="Label"
/>

With Right icon

Demo

import Label from '@hawk-ui/label';
<Label
  icon="fa fa-copy"
  iconPlacement="right"
  title="Label"
  isRequired
/>

Package Sidebar

Install

npm i @hawk-ui/label

Weekly Downloads

8

Version

4.3.2

License

MIT

Unpacked Size

24.4 kB

Total Files

9

Last publish

Collaborators

  • saurabh2112