A library of components for React, Next.js, and Tailwind CSS.
Uses tailwind v4, React 19, and TypeScript.
Add it with your preferred package manager.
npx jsr add @rccpr/uibunx jsr add @rccpr/uipnpm dlx jsr add @rccpr/uiyarn dlx jsr add @rccpr/uiAdd it to the transpiled packages in your next.config.ts file.
const nextConfig: NextConfig = {
transpilePackages: ["@rccpr/ui"],
};Then, you can use the components in your project.
import { Button } from "@rccpr/ui";