Skip to content

Popper API

API reference docs for the React Popper component. Learn about the props, CSS, and other APIs of this exported module.

Demos

For examples and details on the usage of this React component, visit the component demo pages:

Import

import Popper from '@mui/material/Popper';
// or
import { Popper } from '@mui/material';
Learn about the difference by reading this guide on minimizing bundle size.

Props

Props of the native component are also available.

openRequired

anchorEl

children

component

components

componentsProps

container

disablePortal

keepMounted

modifiers

placement

popperOptions

popperRef

slotProps

slots

sx

transition

The ref is forwarded to the root element.