Badge
Show some badges
Installation
npm install --save @gladio/badge
Usage
import Badge from "@gladio/badge"function App () {return <Badge>10</Badge>}
Passing a
nulloremptyvalues as children will render NOT render a Badge
Playground
Code Editor
9