@skhemata/skhemata-form
Version:
Skhemata Form Web Component. This web component can be used as base web component when working with forms and inputs.
33 lines (32 loc) • 702 B
JSON
{
"version": 2,
"tags": [
{
"name": "skhemata-form",
"description": "A component with a title and an action counter",
"properties": [
{
"name": "title",
"type": "String",
"description": "The title of your component",
"default": "Hey there"
},
{
"name": "counter",
"type": "Number",
"description": "An action counter",
"default": 0
}
],
"events": [],
"slots": [],
"cssProperties": [
{
"name": "--skhemata-form-text-color",
"description": "Main Text Color",
"type": "Color"
}
]
}
]
}