@aura-ui/label
v0.0.2
Published
Represents a caption for an item in a user interface.
Downloads
6
Readme
Label
Aura UI Label component.
Installation
npm install @aura-ui/label
# or
yarn add @aura-ui/label
Import Components
import { Label } from '@aura-ui/label';
Component
Label
: Represents a caption for an item in a user interface.
Usage
// text and id assigned to label under the hood
<Checkbox id="chck1">Indeterminate</Checkbox>