label - Marcura/marcura-ui GitHub Wiki
View:
<ma-label for="name">Name</ma-label>
<ma-text-box
id="name"
value="name">
</ma-text-box>
Determines whether to cut overflowed text with an ellipsis.
Boolean
false
Sets the field:
View:
<ma-label cut-overflow="true">
Internal reference number (supplier reference)
</ma-label>
An identifier of a labelable component.
String
''
Sets the field:
View:
<ma-label for="name">Name</ma-label>
<ma-text-box
id="name"
value="name">
</ma-text-box>
Determines whether to show a 'required' red star.
Boolean
false
Sets the field:
View:
<ma-label is-required="true">
Name
</ma-label>