Click/mouse into the element to pop up a bubble-like card overlay.
Examples
Basic
Basic
Closed from within the floating layer
Use open to control the closing of the floating layer.
Properties
For more parameters, please refer to Popper properties
| Property | Description | Type | Default | Require |
|---|---|---|---|---|
| content | Content | React.ReactNode | - | true |
| title | Title | React.ReactNode | - | false |
| popupContainer | Specify the parent container of the pop-up box | string | HTMLElement | (() => string | HTMLElement) | () => document.body | false |
| className | Pop-up box class name | string | - | false |
| hideArrow | Show arrow | boolean | - | false |