arrow_padding | int | The padding required to prevent the arrow from reaching the very edge of the popper. |
arrow_shadow_color | str | The color of the arrow shadow. |
arrow_size | int | Size of the arrow. |
delay | int | Delay (in ms) before hiding the tooltip |
close_on_click | bool | If true, the tooltip will hide on click |
close_on_esc | bool | If true, the tooltip will hide on pressing Esc key |
close_on_mouse_down | bool | If true, the tooltip will hide while the mouse is down |
default_is_open | bool | If true, the tooltip will be initially shown |
direction | str | Theme direction ltr or rtl. Popper's placement will be set accordingly |
gutter | int | The distance or margin between the reference and popper. It is used internally to create an offset modifier. NB: If you define offset prop, it'll override the gutter. |
has_arrow | bool | If true, the tooltip will show an arrow tip |
is_disabled | bool | If true, the tooltip with be disabled. |
is_open | bool | If true, the tooltip will be open. |
label | str | The label of the tooltip |
open_delay | int | Delay (in ms) before showing the tooltip |
placement | str | The placement of the popper relative to its reference. |
should_wrap_children | bool | If true, the tooltip will wrap its children in a <span/> with tabIndex=0 |