stimulus-popover icon indicating copy to clipboard operation
stimulus-popover copied to clipboard

A Stimulus controller to deal with HTML popover.

Results 7 stimulus-popover issues
Sort by recently updated
recently updated
newest added

Hello, I am getting this error when adding `import Popover from 'stimulus-popover'` to my `controllers/index.js` file. I'm using webpacker. Any idea how to fix it? Thanks! ``` ERROR in ./node_modules/stimulus-popover/dist/stimulus-popover.mjs...

What is the PR? * Adds a pause before the fetch action is triggered. I hope this helps. I can add some documentation if required in another PR.

I'm trying to add `stimulus-popover` into an existing application and when doing so I'm unable to get webpacker to compile without an error. The specific error I'm seeing is: ```...

Dear team, I want to express my gratitude for the outstanding components you provide. They have consistently proven to be immensely helpful in my projects. However, I have recently encountered...

Is it possible to also expose a declaration file for typescript?

hi, i want to show popover on show button click and hide on close button click (inside popover) but if popover template is append to show button, both action for...

hi there thx for the library: **Aborting fetch requests:** - What if someone hovers over a link and moves away while a fetch is under away? I suspect this is...