1

How can I create a Popup similar to an image attached with @Material-ui?

https://material-ui.com/

I tried with Popover. But Popper doesn't have a pointer.

enter image description here

NearHuscarl
  • 66,950
  • 18
  • 261
  • 230
As3Script
  • 137
  • 4
  • 16
  • Does this answer your question? [Customize material-ui popover](https://stackoverflow.com/questions/50057293/customize-material-ui-popover) – Claire Lin Nov 25 '19 at 22:43
  • Hi Claire, no, that seems a workaround. looking for a clean solution :-) – As3Script Nov 27 '19 at 17:14

1 Answers1

0

Add this prop, to your popover component

PaperProps={{ style: { background: 'none', boxShadow: 'none', }, }}

rubimbura brian
  • 619
  • 6
  • 10