Tanstack router

TanStack Router

Set up Intent in your TanStack Router project with Tailwind CSS using a simple and efficient installation process.

Installation

Start a new project with the following command:

npx create-tsrouter-app@latest app --template file-router --tailwind

Next, initialize Intent in your project:

npx shadcn@latest init @intentui/theme-default

Adding Components

Add Intent components to your project with the following command:

npx shadcn@latest add @intentui/text-field @intentui/button @intentui/menu

Starter Kit

Get started quickly with our TanStack Router Starter Kit, which includes Intent preconfigured. Clone the repository here and start building your project immediately.