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.

Example

With vite react
# npm
npm create vite@latest my-react-app -- --template react

# yarn
yarn create vite my-react-app --template react

# pnpm
pnpm create vite my-react-app --template react

# bun
bun create vite my-react-app --template react