{
    "version": 1.1,
    "tags": [
        {
            "name": "fluent-listbox",
            "title": "Listbox",
            "description": "The Fluent UI listbox element",
            "attributes": [
                {
                    "name": "role",
                    "title": "Role",
                    "description": "The ARIA role for the listbox",
                    "type": "string",
                    "default": "listbox",
                    "required": true,
                    "values": [
                        {
                            "name": "listbox"
                        }
                    ]
                },
                {
                    "name": "disabled",
                    "title": "Disabled",
                    "description": "Sets the disabled state of the listbox",
                    "type": "boolean",
                    "default": false,
                    "required": false
                }
            ],
            "slots": [
                {
                    "name": "",
                    "title": "Default slot",
                    "description": "Supports fluent-option or option elements"
                }
            ]
        }
    ]
}
