Label Stable Dark theme
A small labeling component that can be attached to another object or simply stand alone.
<uimc-label></uimc-label>| Attribute | Description | Values | Default |
|---|---|---|---|
| type | Specifies in which way the label is displayed | standalone, superscript | standalone |
| theme | Control the background of the label | gray, light, dark | gray |
| Slot | Slotted content |
|---|---|
| default | Inner text is shown as label |
Standalone Label
Element Label Text
Element <uimc-label>Label Text</uimc-label>Superscript Label
Element 1
Element <uimc-label type="superscript">1</uimc-label>Gray theme
Element Label Text
Element <uimc-label theme="gray">Label Text</uimc-label>Element 1
Element <uimc-label type="superscript" theme="gray">1</uimc-label>Dark theme
Element Label Text
Element <uimc-label theme="dark">Label Text</uimc-label>Element 1
Element <uimc-label type="superscript" theme="dark">1</uimc-label>