{
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
  "version": 1.1,
  "tags": [
    {
      "name": "u-details",
      "description": "The `<u-details>` HTML element creates a disclosure widget in which information is visible only when the widget is toggled into an \"open\" state. A summary or label must be provided using the `<u-summary>` element.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details)\n---\n\n\n### **Events:**\n - **toggle**",
      "attributes": [{ "name": "open", "values": [] }],
      "references": []
    },
    {
      "name": "u-summary",
      "description": "The `<u-summary>` HTML element specifies a summary, caption, or legend for a `<u-details>` element's disclosure box. Clicking the `<u-summary>` element toggles the state of the parent `<u-details>` element open and closed.\n[MDN Reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary)\n---\n",
      "attributes": [],
      "references": []
    }
  ]
}
