Tailwind CSS Tooltips - Notus JS

Pop over component that appears to the left/top/right/bottom of a button on user hover. The dynamic part of them is made using Javascript and the styles are done using Tailwind CSS.


For this component to properly work, you will need to install popper.js into your project. Please run the following: npm i -E @popperjs/[email protected]

Or, if you are not used to workin with terminal and HTML, please add the following script: <script src="https://unpkg.com/@popperjs/core@2" charset="utf-8"></script>

Tailwind CSS Tooltip Examples

Left

Check our tooltip examples that came in different colors and positions.

Top

Bottom

Props

Please check the official PopperJS Documentation.

You can also check the Official PopperJS Github Repository.