# Core/Popover - Usage

A popover component that renders a trigger and popover content.

| Prop | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `content` | `React.ReactNode` | Yes | `--` | The popover content to be displayed. |
| `children` | `React.ReactNode` | Yes | `--` | The visible trigger element. This can be a single element or a component tree, but there MUST be a `Button` or `IconButton` in the tree. Only Capra buttons will trigger the popover. |