popper_js
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
popper_js provides support in Drupal 8 for the Javascript library popper.js (popper.js.org). This library provides "poppers" (inline popups like modal dialog boxes) as well as tooltips (A good alternative to Drupal 8 built-in tooltips).
Popper has no dependencies and plays well with popular front-end frameworks.
Development:
The project is under early development and will be alpha release tagged when it provides notice that the popper js file is missing. Beta release would lock the API. If you would like features added or have ideas please file an issue or comment at #2926700: Popper_js for Drupal 8.
Installation:
Composer is recommended. Use:composer require 'drupal/popper_js:1.x-dev'
Simply place popper.js into /libraries/popper_js and turn the module on. See the README.md for more information.
See also:
- Popper.js documentation
- Tooltip.js documentation
- Popper on Github (extensive wiki notes there)