Installation

Welcome to Additional UI Documentation!

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.

Quick setup

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.

Require via NPM

  1. Install Additional UI

    Install additionalui via npm

    npm i additionalui
  2. Add the Additional UI JavaScript

    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>
  3. Or you can add as a CDN

    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>
additionalui documentaion
Note: Overlay components might not be working, team is looking into it. Thanks for understanding.