{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "segmented",
  "category": "navigation",
  "status": "stable",
  "kind": "custom-element",
  "tagName": "blora-segmented",
  "since": "2.0.0",
  "requiresJavaScript": true,
  "formAssociated": false,
  "attributes": {
    "value": {
      "type": "string"
    },
    "disabled": {
      "type": "boolean",
      "default": false
    }
  },
  "properties": {
    "value": {
      "type": "string"
    }
  },
  "methods": {},
  "events": {
    "blora-change": {
      "detail": "{ value: string, item: HTMLElement }",
      "bubbles": true,
      "composed": false
    }
  },
  "slots": {
    "default": "Declarative <blora-segment value selected disabled> definitions; consumed into official radio buttons."
  },
  "parts": [],
  "cssProperties": ["--blora-segmented-padding"],
  "accessibilityPattern": "radiogroup"
}
