{
  "properties": [
    {
      "name": "color",
      "type": "String",
      "description": "Badge background color"
    },
    {
      "name": "active",
      "type": "Boolean",
      "description": "Status of the Badge"
    },
    {
      "name": "activeHover",
      "type": "Boolean",
      "description": "Status of hover the Badge"
    },
    {
      "name": "mark",
      "type": "Boolean",
      "description": "show mark or not"
    },
    {
      "name": "icon",
      "type": "String",
      "description": "Badge optional icon"
    },
    {
      "name": "iconSize",
      "type": "String",
      "description": "Badge icon size"
    },
    {
      "name": "iconColor",
      "type": "String",
      "default": "white",
      "description": "Badge icon color"
    },
    {
      "name": "iconPadding",
      "type": "String",
      "description": "Badge icon padding"
    }
  ],

  "events": []
}



