Installation
Additional UI is a versatile and modern UI component library built with the powerful combination of Tailwind CSS and Bootstrap. Designed to streamline the development process, Additional UI offers a comprehensive collection of customizable components and elements to enhance your web projects.
This guide will help you get started with Additional UI, including how to run, customize, update, and integrate your project!
First, you need to make sure that you have a working Tailwind CSS project installed and that you also have Node and NPM installed on your machine.
Install additionalui
via npm
npm i additionalui
Include the JavaScript <script>
that powers the interactive elements near the end of your </body>
tag:
// index.html<script src="./node_modules/additionalui/dist/aui.min.js"></script>
Include the JavaScript <script>
that powers the interactive elements near the end of your </body>
tag:
// index.html<script src="https://unpkg.com/additionalui@2.6.0/dist/aui.min.js"></script>