# Popover (Dropdown Menu) Popovers (`Popover`) are dropdown menus activated by a button. Use popovers to create dropdown menus ranging from simple lists to complex nested menus. Common uses: - "More actions" dropdown menus - Navigation menus - Settings menus - Context menus (right-click menus) | 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 `