badge is a ComboStrap UI component that shows a small status descriptors such as:
badge follows the superset HTML syntax and can then be customized
<badge type="type" rounded>Text</badge>
<badge type rounded>Text</badge>
where:
A badge may have the following type:
Functional:
Visual:
defaultBadgeAttributes is a configuration that defines the default badge attributes
Default value:
type="info" rounded="true"