@umbraco-ui/uui-label
Version:
Umbraco UI label component
70 lines • 1.82 kB
JSON
{
"version": "experimental",
"tags": [
{
"name": "uui-label",
"path": "./lib/uui-label.element.ts",
"description": "Label element for Custom Element",
"attributes": [
{
"name": "disabled",
"description": "Disables the label.",
"type": "boolean",
"default": "\"false\""
},
{
"name": "for",
"description": "Define the related element to this label.",
"type": "string | HTMLElement",
"default": "\"null\""
},
{
"name": "required",
"description": "Highlight that the related element is required.",
"type": "boolean",
"default": "\"false\""
}
],
"properties": [
{
"name": "disabled",
"attribute": "disabled",
"description": "Disables the label.",
"type": "boolean",
"default": "\"false\""
},
{
"name": "for",
"attribute": "for",
"description": "Define the related element to this label.",
"type": "string | HTMLElement",
"default": "\"null\""
},
{
"name": "required",
"attribute": "required",
"description": "Highlight that the related element is required.",
"type": "boolean",
"default": "\"false\""
},
{
"name": "styles",
"type": "CSSResult[]",
"default": "[null]"
}
],
"slots": [
{
"name": "",
"description": "for the label text."
}
],
"cssProperties": [
{
"name": "--uui-validation-color",
"description": "Color property for the required asterisk."
}
]
}
]
}