# Popover Popovers (`Popover`) are visually hidden menus of items activated by a simple button. Use popovers to create complex menus in a visually appealing way. | Prop | Data type | Required? | Description | | ------ | --------- | --------- | ---------------------------------------------------------- | | `open` | Boolean | No | Controls whether the popover is open. Defaults to `false`. | ## Options button The options button (`OptionsButton`) is a stylized button you can use to hide and show your popover. Use [Vue event handling](https://vuejs.org/guide/essentials/event-handling.html) to map the button to a boolean value. ```vue{7} ``` You can also use the `toggleOpen` prop in the `