A popover which displays above or below the thing which opens it, pointing back to that thing
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| placement | specify if it should be positioned above or below | string | "top" | |
| description | the primary text of the popover, truncated to 8 lines | string | ||
| title | text which displays in the header of the popover | string | ||
| onReadMoreClick | what to do if Read more is clicked. if not present, read more will not display | func | ||
| children | HTML/component(s) to display at the bottom of the popover, such as for metadata | any | ||
| simple | whether to display the default or simple popover | bool | false | |
| open | whether to show or hide the popover | bool | false | |
| referenceElement | the element the Popover should point to | node | ||
| offset | how far away the Popover should be from the element it points to | number | 12 |