Set up brijr/components in a Next.js project
mainTo use brijr/components, you must first initialize a Next.js application with shadcn/ui. Then, you must include the craft.tsx component in your project to provide the necessary layout utilities for the component library to function correctly.
# Step 1: Initialize Next.js with shadcn/ui
pnpx shadcn@latest init
# Step 2: Copy craft.tsx into your project's /components folder
# (Manual step: download craft.tsx from the repository)