How can I create a Popup similar to an image attached with @Material-ui?
I tried with Popover. But Popper doesn't have a pointer.
How can I create a Popup similar to an image attached with @Material-ui?
I tried with Popover. But Popper doesn't have a pointer.
Add this prop, to your popover component
PaperProps={{ style: { background: 'none', boxShadow: 'none', }, }}