> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/mantis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/mantis/components/tooltip.md).

# 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 %}
