{
  "version": "experimental",
  "tags": [
    {
      "name": "ef-appstate-bar",
      "description": "Used to display at the top of application to provide a status or information.",
      "attributes": [
        {
          "name": "heading",
          "description": "Text to display in heading section.",
          "type": "string",
          "default": "\"\""
        },
        {
          "name": "state",
          "description": "Type of state bar.",
          "type": "\"info\" | \"highlight\" | null"
        }
      ],
      "properties": [
        {
          "name": "heading",
          "attribute": "heading",
          "description": "Text to display in heading section.",
          "type": "string",
          "default": "\"\""
        },
        {
          "name": "state",
          "attribute": "state",
          "description": "Type of state bar.",
          "type": "\"info\" | \"highlight\" | null"
        }
      ],
      "events": [
        {
          "name": "clear",
          "description": "Fired when the user taps clear button."
        }
      ],
      "slots": [
        {
          "name": "right",
          "description": "Place custom content on the right of bar."
        }
      ]
    }
  ]
}