@pismo/bolt-label
v0.0.1-32
Published
Label component for the Pismo Bolt styleguide
Downloads
21
Maintainers
Readme
Bolt Label
One label to rule them all.
Installation
> yarn add @pismo/bolt-label
Usage
import Label from '@pismo/bolt-label'
Props
Prop | Type | Description | Required | Default
--- | :---: | --- | :---: | :---:
size | enum | 'small', 'medium', 'large' | false | 'medium'
weight | enum | 'normal', 'primary' | false | 'normal'
innerRef | func | returns the actual ref
of the inner <span />
| false | Function.prototype