There was an error while loading. Please reload this page.
1 parent 7018d3c commit 2ea245eCopy full SHA for 2ea245e
1 file changed
src/components/overlay-trigger/README.md
@@ -10,18 +10,18 @@
10
| overlay | node | Supply the preferred component to appear as a Popover |
11
| trigger | oneOf(['hover', 'click']) | The user event on which the action is invoked |
12
| delay | number | You can choose to apply a delay on the Popover. The default is 800ms. |
13
+| className | string | Use to specify any additional classes to the component. |
14
15
## Examples
16
17
Use to give rise to your `Popover` passed as `prop` to `overlay`.
18
19
```jsx
20
<OverlayTrigger
- placement="top"
21
overlay={
22
<Popover>
23
- Lorem ipsum dolor sit amet, consectetur adipiscing elit.
24
- </Popover> }
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ </Popover> }
25
>
26
Hover me!
27
</OverlayTrigger>
0 commit comments