Skip to content

Commit 1cd7b79

Browse files
committed
docs(README.md): add clickable prop to tooltip options table
1 parent f28716d commit 1cd7b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ className | data-class | String | | extra custom class, can use !importan
7777
scrollHide | data-scroll-hide | Bool | true, false | Hide the tooltip when scrolling, default is true
7878
resizeHide | null | Bool | true, false | Hide the tooltip when resizing the window, default is true
7979
wrapper | null | String | div, span | Selecting the wrapper element of the react tooltip, default is div
80+
clickable | null | Bool | true, false | Enables tooltip to respond to mouse (or touch) events, default is false
8081

8182
### Security Note
8283

0 commit comments

Comments
 (0)