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
0
votes
1 answer
Popper.js how to tooltip slot element?
I have question. How to make possible what Poppers.js tooltip shows around element(popcorn) what is passed thru ?
I am using- Vuejs, Nuxt, typescript for my webpage
otherwise it "sticks" around div element and tooltip showing is wrong .(check images…

Nyuokimi
- 149
- 1
- 12
0
votes
0 answers
Add Close Button to Vue with Popper.js Modal Component
UPDATED Here is a codesandbox recreating the issue - Modal Does not hide: https://codesandbox.io/s/vue3-popperjs-modal-64762?file=/src/components/Modal.vue
I am new to Vue and cannot figure out how to Close the modal from the Hide Modal button…

Anthony Bird
- 200
- 2
- 7
0
votes
2 answers
Graphical issues with tippy.js (popper.js) resulting from positioning with transform in Chrome
Inside a tippy-js v6.3.7 tooltip, I have a 1px height div with background-color: #333. The div is randomly appearing blurred on some tooltips and not others. Removing the transform property on data-tippy-root fixes it but positions the tooltip in…

Vael Victus
- 3,966
- 7
- 34
- 55
0
votes
0 answers
How could I possibly include or import bootstrap installed with npm and all its dependencies from the node modules in to my node-express application?
I am building a node and express application, I installed all the dependences including bootstrap jquery and popper.js with npm. Now I have a challenge of how I could really include or import all these dependences to be in use in my project

sisonke
- 1
- 1
0
votes
1 answer
Navbar-Toogle Bootstrap 5 not working (with Angular)
my console show me this error , it's about popper js . this is the error , and i think because of that my toggle button is not working
scripts.js:7 Uncaught SyntaxError: Unexpected token 'export'
export default Popper;
and this is my html…

Yass Ess
- 33
- 1
- 8
0
votes
0 answers
cant add bootstrap-carousel for my React App
I copied carousel code in bootstap react page. it gave this error : ./node_modules/bootstrap/dist/js/bootstrap.esm.js
Module not found: Can't resolve '@popperjs/core' in .....
.However, I did install popper.js by typing npm install popper.js Also…

Yasmin
- 57
- 1
- 6
0
votes
1 answer
Popper/Tippy prohibit overflow of other elements
I'm using Tippy to create tooltips for options that configure a belt, but the tooltip overlaps the belt preview (See below).
It currently looks like this, when it overflows the main belt preview: http://snpy.in/Btw2ZP
But I'd like to adjust the…

HenrijsS
- 656
- 4
- 25
0
votes
3 answers
bootstrap4 popover is not working with html
I have updated bootstrap with 4.6.0 all of sudden my previously working popover is stopped working.
I have placed popper.min.js also, but still not able to fix my issue.