Replace popper.js with native support #507
Replies: 1 comment
-
I agree browser support is still in progress. However, both WebKit and Gecko are supportive and working on implementations. So perhaps soon! One other thing to point out: popper.js does two things really. One is to render the popover on top of everything else on the page, without getting clipped or transformed. That's what the Popover API does. The other thing popper.js does is help you position the popover. For that, there's another upcoming feature, CSS Anchor Positioning. That one is a bit behind the Popover API, but not by too much. |
Beta Was this translation helpful? Give feedback.
-
Great news! Thanks for the update, and for updating Auro so quickly.
You might also look into the new Popover API as a replacement for the popover functionality in Auro. I'd be curious to hear your feedback about the feature and see if it can reduce the JS required to implement popovers.
Originally posted by @mfreed7 in AlaskaAirlines/auro-popover#42 (comment)
Additional context
The new API is out in the latest release of Chrome, but we will require additional browser support before considering this feature.
https://caniuse.com/?search=popover
Beta Was this translation helpful? Give feedback.
All reactions