{
  "version": "experimental",
  "tags": [
    {
      "name": "ef-counter",
      "description": "Counter is an item count badge,\nsupport maximum display number and notation of large numbers.",
      "attributes": [
        {
          "name": "value",
          "description": "The value of counter as string number",
          "type": "string",
          "default": "\"\""
        },
        {
          "name": "max",
          "description": "Set maximum counter value.\nThis value will be displayed with suffix `+` if count value is larger than max.",
          "type": "string",
          "default": "\"\""
        }
      ],
      "properties": [
        {
          "name": "value",
          "attribute": "value",
          "description": "The value of counter as string number",
          "type": "string",
          "default": "\"\""
        },
        {
          "name": "max",
          "attribute": "max",
          "description": "Set maximum counter value.\nThis value will be displayed with suffix `+` if count value is larger than max.",
          "type": "string",
          "default": "\"\""
        }
      ]
    }
  ]
}