Closed NullVoxPopuli closed 3 years ago
Does headlessui
have a popper primitive? I seem to remember that they used it in their examples alright, but I don't recall it being part of the library.
Here's one place in the docs where they mention optionally using popper:
I mean, I can make a separate ember popper library, which is what they done for react to get those hooks. It's impossible to use pepper directly without a bunch of boilerplate
Sorry, I wasn't clear.
Does headlessui
include popper as a dependency? AFIAK, they don't - they just give an example of how to use it in their samples.
ah yes! I got you now -- yes that's what I observed as well.
I added this PR because I saw we wanted a Menu + Popper demo. So, we'll do the same? just include popper in the demos?
Sounds great, thanks
@popperjs/core
Copied from here Example usage here