You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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"