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
ElementLabel Text
Element <uimc-label>Label Text</uimc-label>
Superscript Label
Element1
Element <uimc-label type="superscript">1</uimc-label>