Popper
The Popper component lets you create tooltips and popovers that display information about an element on the page.
Popper API
Import
import { Popper } from '@mui/base/Popper';
// or
import { Popper } from '@mui/base';Props of the native component are also available.
The
ref is forwarded to the root element.You can override the style of the component using one of these customization options:
- With a global class name.
- With a rule name as part of the component's
styleOverridesproperty in a custom theme.