UNPKG

@umbraco-ui/uui-symbol-file

Version:

Umbraco symbol-file custom element, displays a file

57 lines 1.38 kB
{ "version": "experimental", "tags": [ { "name": "uui-file-symbol", "path": "./lib/uui-symbol-file.element.ts", "attributes": [ { "name": "type", "description": "The text that will appear on the file icon", "type": "string", "default": "\"\"" } ], "properties": [ { "name": "type", "attribute": "type", "description": "The text that will appear on the file icon", "type": "string", "default": "\"\"" }, { "name": "styles", "type": "CSSResult[]", "default": "[\"UUITextStyles\",null]" } ] }, { "name": "uui-symbol-file", "path": "./lib/uui-symbol-file.element.ts", "attributes": [ { "name": "type", "description": "The text that will appear on the file icon", "type": "string", "default": "\"\"" } ], "properties": [ { "name": "type", "attribute": "type", "description": "The text that will appear on the file icon", "type": "string", "default": "\"\"" }, { "name": "styles", "type": "CSSResult[]", "default": "[\"UUITextStyles\",null]" } ] } ] }