@uspk-ui/react-badge
Description
Badges are a form of notifications and an indicator of status.
Usage
import {Badge} from '@uspk-ui/react'
// import {Badge} from '@uspk-ui/react-badge' // <-- if you're using this package alone
;<Badge type="success" />
// Wrap view contents with ThemeProvider
const MyView = () => (
<Badge type="success" />
)