Files
better-setup-mic/custom-elements.json
Julien Lengrand-Lambert 1f30f9e2c8 Create repo
2021-07-13 11:01:35 +02:00

27 lines
568 B
JSON

{
"version": 2,
"tags": [
{
"name": "better-setup-mic",
"description": "An application with a title and an action counter",
"properties": [
{
"name": "title",
"type": "String",
"description": "The title of your application",
"default": "Hey there"
},
{
"name": "page",
"type": "String",
"description": "Which page to show",
"default": "main"
}
],
"events": [],
"slots": [],
"cssProperties": []
}
]
}