{
  "name": "tooltip",
  "category": "feedback",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-tooltip",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "text": {
      "type": "string"
    },
    "trigger": {
      "type": "string"
    },
    "placement": {
      "type": "\"top\" | \"bottom\" | \"start\" | \"end\" | \"left\" | \"right\"",
      "default": "top"
    },
    "disabled": {
      "type": "boolean",
      "default": false
    }
  },
  "properties": {},
  "methods": {
    "focus": {
      "signature": "(options?: FocusOptions) => void"
    }
  },
  "events": {},
  "slots": {
    "default": "Content"
  },
  "parts": [],
  "cssProperties": ["--blora-float-shift-x", "--blora-float-shift-y"],
  "accessibilityPattern": "navigation"
}
