Skip to content

Icon status

The icon status component represents a customizable icon with a counter.

Code

Usage

import { SiIconStatusComponent } from '@siemens/element-ng/icon-status';

@Component({
  imports: [SiIconStatusComponent, ...]
})

Stacked icons

When using stacked icons we recommend using the composite icons to create harmonious icons.

SiIconStatusComponent API Documentation

selector
si-icon-status

Input Properties

NameTypeDefaultDescription
color
stringColor of the icon
count
number0Counter below the icon
disabled
booleanfalseWhether the icon is disabled.
icon
Required
stringIcon to display.
stackedIcon
stringStacked icon to display.

Attributes and Methods

NameTypeDefaultDescription
(readonly) isDisabledOrCountZero
Signal<boolean>...

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.