Installation

You don't need any additional installation steps to include NavigateUI in your project. Simply set up your project with React.js or Next.js, including TailwindCSS, and you're good to go.

Tailwindcss Config

Just add the following to your tailwind.config.js or tailwind.config.ts file:

darkMode: 'selector',

React JS Installation