{
  "$schema": "../../schemas/component-contract.schema.json",
  "name": "fieldset",
  "category": "data-input",
  "status": "stable",
  "kind": "css-only",
  "since": "2.0.0",
  "requiresJavaScript": false,
  "formAssociated": false,
  "attributes": {
    "data-variant": {
      "type": "\"default\" | \"flat\"",
      "default": "default"
    }
  },
  "properties": {},
  "methods": {},
  "events": {},
  "slots": {
    "default": "Native fieldset content with a legend."
  },
  "parts": [],
  "cssProperties": [],
  "accessibilityPattern": "group"
}
