Simple text prompt bubbles.
Examples
Basic
Basic.
Arrow
Hide Arrow.
Custom color
Custom color.
Limit the maximum width
Limit the maximum width.
Rich text content
Custom rich text content.
Properties
For more parameters, please refer to Popper properties.
| Property | Description | Type | Default | Require |
|---|---|---|---|---|
| content | Tooltip content | React.ReactNode | - | true |
| maxWidth | Tooltip max width | number | - | false |
| bgColor | Custom background color | string | - | false |
| hideArrow | Hide arrow | boolean | - | false |