import Typography from '@mui/material/Typography'; import Button from '@mui/material/Button'; import Popper from '@mui/material/Popper'; import PopupState, { bindToggle, bindPopper } from 'material-ui-popup-state'; import Fade from '@mui/material/Fade'; import Paper from '@mui/material/Paper'; export default function PopperPopupState() { return ( {(popupState) => (
{({ TransitionProps }) => ( The content of the Popper. )}
)}
); }