1.1.0 • Published 2 years ago

@uspk-ui/react-badge v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@uspk-ui/react-badge

documentation source code

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" />
)