Installation
Get up and running with ui.falnix in minutes. We recommend using Next.js for the best developer experience.
Quick Start (Next.js)
Run the following command to create a new Next.js project with everything pre-configured.
npx create-next-app@latest my-app --typescript --tailwind --eslint
Manual Setup
1
Add the `cn` utility
We use `clsx` and `tailwind-merge` to conditionally render classNames without conflicts.
2
Configure tailwind.config.ts
Note: Some advanced components (like Spotlight) require the animations and color variable plugin config shown above.