0.0.5 • Published 2 years ago

@mailstep-design-system/tag v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Tag

Props

ComponentTypeDescription
childrenReact.nodeContent of tag
colorstringBackground color from theme
textColorstringText color from theme
isNotSelectedbooleanVariant for tag, that is not selected
pointerbooleanAdd cursor pointer
hoverbooleanAdd hoover effect
opacitybooleanSet opacity to 0.7
borderbooleanAdd border

Palletes

greenWhite, blueBlue, magentaWhite, magentaMagenta, tealTeal

import Tag, { palletes } from '@mailstep-design-system/tag'


const MyTag = () => (
    <Tag color={palletes['blueBlue'].color} textColor={palletes['blueBlue'].textColor}>
        I am a tag!
    </Tag>
)
0.0.3

2 years ago

0.0.4-beta.2

2 years ago

0.0.4-beta.1

2 years ago

0.0.5

2 years ago

0.0.2-beta.0.2

2 years ago

0.0.4

2 years ago

0.0.2-beta.0.1

2 years ago

0.0.1-beta.0

2 years ago