Badge

The Badge component is used to display short status labels, indicators, or tags with distinct colors to represent different states.

Online Badge

The OnlineBadge is a green-colored badge indicating a positive or active status.

Online

In Progress Badge

The InProgressBadge is a yellow-colored badge representing an ongoing process or task.

In Progress

Cancelled Badge

The CancelledBadge is a red-colored badge indicating a stopped or terminated state.

Cancelled

API Reference

ComponentPropTypeDescription
OnlineBadgechildrenstringThe content to display inside the badge (usually text).
InProgressBadgechildrenstringThe content to display inside the badge (usually text).
CancelledBadgechildrenstringThe content to display inside the badge (usually text).