Tailwind CSS Dropdown - Notus JS

An interactive menu that opens to the bottom of a button using Javascript and 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>

Check out our dropdown example that appears when the user clicks the button. It is available in different colors.

Dropup Example

Check out our dropup example that appears when the user clicks the button. It is available in different colors.

Props

Please check the official PopperJS Documentation.

You can also check the Official PopperJS Github Repository.