Tailwind CSS Popper.js - Notus JS

Positioning tooltips and popovers is difficult. Check this Popperjs plugin for easy implementation in your Tailwind CSS project. It will position any UI element that "pops out" from the flow of your document and floats near a target element.


Usage

In order to use this plugin on your page you will need to include the following script in the page’s footer:

<script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.js"></script>

Example

Please check our

Props

If you want to see more examples and properties please check the official PopperJS Documentation.

You can also check the Official PopperJS Github Repository.