Tooltip

This component extends the original component provided by MUI: https://mui.com/material-ui/react-tooltip/

The extended properties are:

PropertyTypeProps Value

color

ColorProps | string

default (default), primary, secondary, info, success, warning, error

labelColor

ColorProps | string

default (default), primary, secondary, info, success, warning, error

arrow

TooltipProps['arrow']

false (default), true

children*

TooltipProps['children']

Live Preview: https://mantisdashboard.io/components-overview/tooltip

Asterisk (*) indicates required props.