1.1.5 • Published 2 years ago

@littlespoon/label v1.1.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

@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.

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago