Skip to content

rccpr/ui

Repository files navigation

@rccpr/ui

A library of components for React, Next.js, and Tailwind CSS.

Uses tailwind v4, React 19, and TypeScript.

Installation

Add it with your preferred package manager.

npm

npx jsr add @rccpr/ui

bun (recommended)

bunx jsr add @rccpr/ui

pnpm

pnpm dlx jsr add @rccpr/ui

yarn

yarn dlx jsr add @rccpr/ui

Usage

Add 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";

About

Public UI components that we reuse throughout our apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •