popover icon indicating copy to clipboard operation
popover copied to clipboard

Position Right to the button

Open lixaotec opened this issue 4 years ago • 2 comments

How can I position to the right center of a button?

mdePopoverPositionX="after" seem not work

something like that: image

thanks

lixaotec avatar Apr 09 '20 19:04 lixaotec

@lixaotec

This is something I would like to add but I don't have time to add new features right now.

It should be straight forward to add though, we use the @angular/cdk overlay which has position strategies.

The position strategy is set here https://github.com/joejordanbrown/popover/blob/8d39ab35240a22c121e24845aaaa34cccbaaeadb/projects/material-extended/mde/src/lib/popover/popover-trigger.ts#L450

If you want to work on this I can help point you in the right direction, review the code and debug issues.

joejordanbrown avatar Jun 10 '20 20:06 joejordanbrown

Up for it ! @joejordanbrown

bruteF04C3 avatar Oct 01 '22 07:10 bruteF04C3