# Tooltip

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

The extended properties are:

| Property                                   | Type                      | Props 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<mark style="color:red;">\*</mark> | TooltipProps\['children'] |                                                                      |

Live Preview: <https://mantisdashboard.com/components-overview/tooltip>

{% hint style="info" %}
Asterisk (<mark style="color:red;">\*</mark>) indicates required props.
{% endhint %}
