{
  "name": "navbar",
  "category": "navigation",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-navbar",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "brand-href": {
      "type": "string"
    },
    "title": {
      "type": "string",
      "default": "Blora Design"
    },
    "variant": {
      "type": "\"floating\" | \"full\"",
      "default": "floating"
    }
  },
  "properties": {},
  "methods": {},
  "events": {},
  "slots": {
    "default": "Declarative <blora-navbar-link>, <blora-navbar-action> and <blora-navbar-tool> definitions; consumed into the official navbar tree. Tool definitions may contain another official custom element."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "navigation"
}
