{
  "version": 2,
  "tags": [
    {
      "name": "skhemata-faq",
      "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-faq-text-color",
          "description": "Main Text Color",
          "type": "Color"
        }
      ]
    }
  ]
}
