0.10.7 • Published 3 years ago

@gladio/badge v0.10.7

Weekly downloads
27
License
MIT
Repository
github
Last release
3 years ago

Badge component

Use it to show state or count into the UI

Installation

yarn add @gladio/badge

Usage

// import the badge component
import Badge from "@gladio/badge"

const MyComponent = () => {
  return (
    <div>
      Notifications <Badge>10</Badge>
    </div>
  )
}
0.10.6

3 years ago

0.10.7

3 years ago

0.10.3

3 years ago

0.10.5

3 years ago

0.10.2

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

4 years ago

0.8.0

4 years ago