A Next.js template for building apps with Radix UI and Tailwind CSS.
pnpm create next-app -e https://github.com/vinihvc/vini-boilerplate
The cn
util handles conditional classes and class merging.
cn("px-2 bg-neutral-100 py-2 bg-neutral-200");
// Outputs `p-2 bg-neutral-200`
Licensed under the MIT license.