Skip to content

SiSummaryChipComponent documentation

selector
si-summary-chip

Input Properties

NameTypeDefaultDescription
color
stringColor class, see https://element.siemens.io/typography/#color-variants-classes .
disabled
booleanfalseDisabled state.
hideLabel
booleanfalseWhether to hide the label. The label will still be used for screen-readers.
icon
stringIcon token, see https://element.siemens.io/icons/element .
label
Required
TranslatableStringThe label.
selected
booleanfalseSelected state, will change when clicked.
stackedColor
stringColor class, see https://element.siemens.io/fundamentals/icons/ .
stackedIcon
stringIcon token, see https://element.siemens.io/fundamentals/icons/ .
status
ExtendedStatusTypeStatus. Alternatively, use icon and color .
value
Required
TranslatableStringValue to display.

Output Properties

NameTypeDescription
selectedChange
booleanSelected state, will change when clicked.

Types Documentation

Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.
Translatable
import
("success" | "info" | "warning" | "danger" | "caution" | "critical")
Properties
ariaLabel?: TranslatableString
background: string
color: string
icon: string
severity: number
stacked: string
stackedColor: string

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