{
  "name": "drawer",
  "category": "layout",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-drawer",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "title": {
      "type": "string"
    },
    "position": {
      "type": "\"right\" | \"left\" | \"top\" | \"bottom\"",
      "default": "right"
    },
    "open": {
      "type": "boolean",
      "default": false
    },
    "close-label": {
      "type": "string"
    }
  },
  "properties": {},
  "methods": {
    "open": {
      "signature": "() => void"
    },
    "close": {
      "signature": "() => void"
    }
  },
  "events": {},
  "slots": {
    "default": "Content"
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "dialog"
}
