brijr/components
components.work
A collection of Next.js components for building websites at rapid speed using Tailwind, React, shadcn/ui, brijr/craft, and Typescript.
What is it?

Open source collection of type-safe React components styled with Tailwind for building Next.js websites. Created by Bridger Tower.
Setup
Step 1: Create a Next.js application with shadcn/ui
pnpx shadcn@latest init
This will also create a new Next.js application.
Step 2: Copy the craft.tsx component
Copy the craft.tsx component into your project's components folder. This provides the layout utilities needed for the components.
Step 3: Copy and Paste components from the website into your component folder to get started!
brijr/components in use