> Atom Element: SUI badge
npm install @s-ui/react-atom-badge> Atom Element: SUI badge





``sh`
npm install @s-ui/react-atom-badge --save
`js
import Badge, { atomBadgeTypes, atomBadgeSizes } from '@s-ui/react-atom-badge'
render {
return (
type={atomBadgeTypes.SUCCESS}
label='Hello SUI-Badge!'
/>
)
}
``
Find full description and more examples in the demo page.