@littlespoon/label
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

@littlespoon/label

NPM version

Install

Yarn:

yarn add label

npm:

npm install label --save

UNPKG

Usage

Import component:

import Label from '@littlespoon/label'

Render label:

<Label>Text</Label>

Render Label with props:

<Label size="medium" color="primary60">
  This is a Label
</Label>

Note: This is not an HTML label and this component is not intended to be used in forms.

Readme

Keywords

Package Sidebar

Install

npm i @littlespoon/label

Weekly Downloads

180

Version

1.1.5

License

UNLICENSED

Unpacked Size

13 kB

Total Files

17

Last publish

Collaborators

  • littlespoondev
  • remarkablemark