You can set the tooltip css classes dynamically with the object notation:
By default, the popover will have the and classes, so you can easily override the style:
: // It must include `tooltip-arrow` & `tooltip-inner` CSS classes (can be configured, see below) // Change if the classes conflict with other libraries (for example bootstrap) : // Selector used to get the arrow element in the tooltip template : // Selector used to get the inner content element in the tooltip template : : : : // Default container where the tooltip will be appended : : : : : : : : : : // Use the `popoverClass` prop for theming : // Base class (change if conflicts with other libraries) : // Wrapper class (contains arrow and inner) : : : : : : : : : : // Hides if clicked outside of popover : :