Skip to main content

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.