@s-ui/react-atom-badge
v1.29.0
Published
> Atom Element: SUI badge
Downloads
8,877
Maintainers
Keywords
Readme
AtomBadge
Atom Element: SUI badge
Installation
npm install @s-ui/react-atom-badge --save
Usage
import Badge, { atomBadgeTypes, atomBadgeSizes } from '@s-ui/react-atom-badge'
render {
return (
<Badge
size={atomBadgeSizes.SMALL}
type={atomBadgeTypes.SUCCESS}
label='Hello SUI-Badge!'
/>
)
}
Find full description and more examples in the demo page.