@uspk-ui/react-badge
v1.1.0
Published
Badges are indicator of status
Downloads
2
Readme
@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" />
)