Popper.js is a javascript library, consider also adding the Javascript tag. Popper.js used in web applications to position poppers, an element on the screen which "pops out" from the natural flow like tooltips, popovers, drop-downs. With no dependencies, no jQuery, no LoDash, it's used by Twitter in Bootstrap v4, Microsoft in WebClipper, and Atlassian in AtlasKit.
Questions tagged [popper.js]
380 questions
5
votes
2 answers
How to show the arrow in popper-js
I'm trying to use popper-js, but I have a hard time reading the documentation and to get things working. I can't seem to get the arrow to show (the triangle thingy pointing to the referenceElement).
The code below is narrowed down to what I'm trying…

doekman
- 18,750
- 20
- 65
- 86
5
votes
2 answers
tooltip.js popper.js usage example
As not very proficient in javascript I don't understand the tooltip.js documentation at all. Why do the not include an example for people like me?
Ho do I have to install this library in order to work correctly?
I add tooltip.js to webpack…

KSPR
- 2,212
- 4
- 29
- 46
5
votes
2 answers
Bootstrap 4 Popper.js edit style attribute
I'm trying to edit the position of a dropdown element but I can't seem to get it to work. I'm using Bootstrap 4 with Popper.js and I just added a default dropdown without any alternative styles to my page, but it automatically adds the following to…

Mikelo
- 271
- 2
- 16
5
votes
1 answer
Bootstrap 3 - Popover in wrong position the first time page loads
Bootstrap 3 popper's container is not correctly placed on the page the first time the user 'hovers' over the element triggering it. the second time onward, works like a charm.
HTML:
1 | 2 | …
---|