{
    "version": 1.1,
    "tags": [
        {
            "name": "fluent-flipper",
            "title": "Flipper",
            "description": "The Fluent UI flipper element",
            "attributes": [
                {
                    "name": "disabled",
                    "title": "Disabled",
                    "type": "boolean",
                    "description": "Sets the disabled state of the flipper",
                    "default": true,
                    "required": false
                },
                {
                    "name": "aria-hidden",
                    "title": "ARIA hidden",
                    "type": "boolean",
                    "description": "Flippers are often a duplicate method of navigation, so by default they are hidden from assistive technology (AT). When set to true, the element is exposed to AT",
                    "default": true,
                    "required": false
                },
                {
                    "name": "direction",
                    "type": "string",
                    "title": "Direction",
                    "description": "The navigation direction of the flipper",
                    "values": [
                        {
                            "name": "previous"
                        },
                        {
                            "name": "next"
                        }
                    ],
                    "default": "next",
                    "required": false
                }
            ],
            "slots": [
                {
                    "name": "previous",
                    "title": "Previous slot",
                    "description": "Slot to provide a custom icon to represent the 'previous' flipper state"
                },
                {
                    "name": "next",
                    "title": "Next slot",
                    "description": "Slot to provide a custom icon to represent the 'next' flipper state"
                }
            ]
        }
    ]
}
