99.10.0 • Published 4 years ago

@temporg/ui-badge v99.10.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

category: packages

ui-badge

npm  build-status  MIT License  Code of Conduct

A badge component.

Components

The ui-badge package contains the following:

Installation

yarn add @temporg/ui-badge

Usage

---
example: false
---
import React from 'react'
import { Badge } from '@temporg/ui-badge'

const MyBadge = () => {
  return (
    <Badge count={99}>
      <Button>Edits</Button>
    </Badge>
  )
}