TooltipSlots

external interface TooltipSlots(source)

Properties

Link copied to clipboard
abstract var arrow: ElementType<*>

The component used for the arrow.

Link copied to clipboard
abstract var popper: ElementType<*>

The component used for the popper.

Link copied to clipboard
abstract var tooltip: ElementType<*>

The component used for the tooltip.

Link copied to clipboard
abstract var transition: ElementType<*>

The component used for the transition. Follow this guide to learn more about the requirements for this component.