Badge
The Badge
component allows you to display a small tag to show the status of an item.
Usage
import { Badge } from '@harnessio/ui/components'
//...
return ( <Badge variant="secondary" size="lg" theme="success"> Secondary large success badge </Badge>)
API Reference
Coming soon