@skhemata/skhemata-testimonial
Version:
Skhemata Testimonial Web Component. This web component provides website customer testimonial functionality.
33 lines (32 loc) • 692 B
JSON
{
"version": 2,
"tags": [
{
"name": "lit-blog",
"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": "--lit-blog-text-color",
"description": "Main Text Color",
"type": "Color"
}
]
}
]
}