Skip to content

Commit 99d6f65

Browse files
gabrieljablonskiGabriel Jablonski
authored andcommitted
docs: add noArrow to available props
1 parent 178417f commit 99d6f65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/options.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import 'react-tooltip/dist/react-tooltip.css'
6666
| positionStrategy | string | false | `absolute` | `absolute` `fixed` | the position strategy used for the tooltip. set to `fixed` if you run into issues with `overflow: hidden` on the tooltip parent container |
6767
| delayShow | number | false | | any `number` | tooltip show will be delayed in miliseconds by the amount of value |
6868
| delayHide | number | false | | any `number` | tooltip hide will be delayed in miliseconds by the amount of value |
69+
| noArrow | boolean | false | `false` | `true` `false` | tooltip arrow will not be shown |
6970
| style | CSSProperties | false | | any React inline style | add styles directly to the component by `style` attribute |
7071
| isOpen | boolen | false | handled by internal state | `true` `false` | the tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip (can be used **without** `setIsOpen`) |
7172
| setIsOpen | function | false | | | the tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip |

0 commit comments

Comments
 (0)