-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom-elements.html-data.json
More file actions
21 lines (21 loc) · 989 Bytes
/
custom-elements.html-data.json
File metadata and controls
21 lines (21 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"version": 1,
"tags": [
{
"name": "my-element",
"description": "An example element.\n\nSlots:\n\n * ` ` {} - This element has a slot\n\nAttributes:\n\n * `docs-hint` {`string`} - Copy for the read the docs hint.\n\n * `count` {`number`} - The number of times the button has been clicked.\n\nProperties:\n\n * `docsHint` {`string`} - Copy for the read the docs hint.\n\n * `count` {`number`} - The number of times the button has been clicked.\n\n * `styles` {`CSSStyleSheet`} - ",
"attributes": [
{
"name": "docs-hint",
"description": "`docs-hint` {`string`} - Copy for the read the docs hint.\n\nProperty: docsHint\n\nDefault: Click on the Vite and Lit logos to learn more"
},
{
"name": "count",
"description": "`count` {`number`} - The number of times the button has been clicked.\n\nProperty: count\n\nDefault: 0"
}
]
}
],
"globalAttributes": [],
"valueSets": []
}