Table of Contents

How to create a badge ?

About

badge is a ComboStrap UI component that shows a small status descriptors such as:

Syntax

badge follows the superset HTML syntax and can then be customized

<badge type="type" rounded>Text</badge>
<badge type rounded>Text</badge>

where:

Type

A badge may have the following type:

Functional:

Visual:

Configuration

defaultBadgeAttributes

defaultBadgeAttributes is a configuration that defines the default badge attributes

Default value:

type="info" rounded="true"