Useful for statuses or when you need to attract attention to something.
badgeLabel
badgeColor
GREY
GREEN
YELLOW
RED
BLUE
import { uiComponent } from '@team-plain/typescript-sdk'; uiComponent.badge({ label: 'Subscribed', color: 'GREEN' });
Was this page helpful?