Badge

A badge is a small status descriptor for UI elements.

Usage

Status
import { Badge } from "@aqqo/aqqo-ui";
<Badge variant="success">Badge</Badge>

Examples

Warning

Status

Error

Status

Info

Status

Default

Status

Props

Badge props
PropTypeValuesDescription
variantstringprimary (default) | secondary | tertiaryDetermines the styling variant of the button
typestringbase (default) | smallDetermines the size of the button
classNamestring-Additional CSS classes for custom styling
...propsany-Additional HTML attributes for the button