1.0.8 • Published 5 years ago

@crpt/react-label v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

react-label

Travis npm package Coveralls

Set of react label components.

Usage

import { TwoLineLabel, SIZES } from  "@crpt/react-label";


<TwoLineLabel heading={<span>Ta-daaa</span>}>This is content</TwoLineLabel>
PropNameDescriptionExample
heading: AnyHeading content.<TwoLineLabel heading={<span>Ta-daaa</span>}>This is content</TwoLineLabel>
size: StringSize of label.<TwoLineLabel heading={<span>Ta-daaa</span>} size={SIZES.small}>This is content</TwoLineLabel>
1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago