Files
tailwind-app/custom-elements.json
Julien Lengrand-Lambert cf22ce0447 Initates repository
2021-02-04 15:33:02 +01:00

27 lines
564 B
JSON

{
"version": 2,
"tags": [
{
"name": "tailwind-app",
"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": []
}
]
}