Vue Notus Popovers

Pop over component that appears to the left/top/right/bottom of a button on user click. The dynamic part of them is made using Vue 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]

Examples

Left

Top

Bottom

Props

Please check the official PopperJS Documentation.

You can also check the Official PopperJS Github Repository.