Components Badge Status

Badge Status

Overview API Examples Style Tokens

LmnBadgeStatusComponent

import { LmnBadgeStatusComponent } from '@elemental/ui';
Decorators:@Component
Selectors:lmn-badge-status

Properties

NameTypeDescription
content
r
InputSignal<string | undefined>

The content of the badge status.

elementRef
r
ElementRef<HTMLElement>
Deprecated

use nativeElement instead. Will be removed in v1.0.0.

iconPosition
r
InputSignal<LmnBadgeStatusIconPosition>

The position of the icon.

iconStyle
r
InputSignal<LmnIconStyle>

The style of the icon.

iconSvgName
r
InputSignal<string | undefined>

The name of the icon to display.

iconWeight
r
InputSignal<LmnIconWeight>

The weight of the icon.

nativeElement
r
HTMLElement
negative
r
InputSignalWithTransform<boolean, unknown>

Whether the badge status is negative.

theme
r
InputSignal<LmnBadgeStatusTheme>

The theme of the badge status.