@skhemata/skhemata-crowdfunding-campaign
Version:
Skhemata Crowdfunding Campaign Web Component. This web component provides crowdfunding campaign functionality (reward/donation based) for a website.
33 lines (32 loc) • 736 B
JSON
{
"version": 2,
"tags": [
{
"name": "skhemata-crowdfunding-campaign",
"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-crowdfunding-campaign-text-color",
"description": "Main Text Color",
"type": "Color"
}
]
}
]
}