{
    "version": 1.1,
    "tags": [
        {
            "name": "fluent-select",
            "title": "Select",
            "description": "The Fluent UI select element",
            "attributes": [
                {
                    "name": "appearance",
                    "title": "Appearance",
                    "description": "The select's visual treatment",
                    "type": "string",
                    "values": [
                        {
                            "name": "filled"
                        },
                        {
                            "name": "outline"
                        },
                        {
                            "name": "stealth"
                        }
                    ],
                    "default": "outline",
                    "required": false
                },
                {
                    "name": "disabled",
                    "title": "Disabled",
                    "description": "Sets the disabled state of the select",
                    "type": "boolean",
                    "default": false,
                    "required": false
                },
                {
                    "name": "name",
                    "title": "Name",
                    "description": "This element's value will be surfaced during form submission under the provided name",
                    "type": "string",
                    "default": "",
                    "required": false
                }
            ],
            "slots": [
                {
                    "name": "",
                    "title": "Default slot",
                    "description": "Supports fluent-option or option elements"
                },
                {
                    "name": "button-container",
                    "title": "Button container slot",
                    "description": "Slot to replace the entire invoking element and its contents"
                },
                {
                    "name": "selected-value",
                    "title": "Selected value slot",
                    "description": "Slot to replace the displayed value contents"
                },
                {
                    "name": "indicator",
                    "title": "Indicator slot",
                    "description": "Slot to provide a custom icon to represent the visual indicator"
                },
                {
                    "name": "start",
                    "title": "Start slot",
                    "description": "Contents of the start slot are positioned before the button container"
                },
                {
                    "name": "end",
                    "title": "End slot",
                    "description": "Contents of the end slot are positioned after the button container and after the indicator"
                }
            ]
        }
    ]
}
