taf/.vscode/components.html-data.json

39 lines
1.2 KiB
JSON

{
"version": 1.1,
"tags": [
{
"name": "taf-icon",
"description": "Loads an icon asynchronously, caching the result for future uses",
"attributes": [
{ "name": "name", "description": "The name of the icon, this is relative to the assets folder of the system" },
{ "name": "path", "description": "The full path of the icon, this will only be used if `name` isn't provided or fails to fetch." }
]
},
{
"name": "taf-svg",
"description": "Loads an SVG file asynchronously, caching the result for future uses",
"attributes": [
{ "name": "name", "description": "The name of the icon, this is relative to the assets folder of the system" },
{ "name": "path", "description": "The full path of the icon, this will only be used if `name` isn't provided or fails to fetch." }
]
},
{
"name": "taf-toggle",
"description": "A conveniency component for a toggle switch",
"attributes": [
{
"name": "type",
"description": "The type of toggle that this should be",
"values": [
{
"name": "round",
"description": "The slider is a full circle"
}
]
}
]
}
],
"globalAttributes": [],
"valueSets": []
}