0.0.2 • Published 1 year ago

@aura-ui/label v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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>