---
id: popover
scope: props
---

## Props

### Popover Props

<PropsTable of='Popover' omit={['enabled']} />

### Other Props

- `PopoverContent` composes `Box` and has the ability to smartly position
  itself. Thanks to popper.js.
- `PopoverArrow`, `PopoverHeader`, `PopoverFooter` and `PopoverBody` composes
  `Box`.
- `PopoverCloseButton` composes `Box` component.
