0.1.0 • Published 2 years ago

@wallnit-ui/label v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Installation

To install a component run

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

Please import CSS styles via

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

Usage

Without Required

Demo

import { Label } from '@wallnit-ui/label';
<Label>Label</Label>

With Required

Demo

import { Label } from '@wallnit-ui/label';
<Label
  isRequired
>
  <span>Label</span>
</Label>