Website: components.bridger.to
A collection of Next.js components for building websites at rapid speed using Tailwind, React, shadcn/ui, brijr/craft, and Typescript.
Open source collection of Typesafe React components for building websites. Created by Bridger Tower.
Want to use a starter? Go here 🔗 brijr/starter
npx create-next-app@latest my-app --typescript --tailwind --eslint
Step 2: Install brijr/craft (this will also install shadcn/ui)
npx brijr-craft@latest init
- (if you want dark mode) Add a
ThemeProvider
andModeToggle
by following these steps: Adding dark mode to your next app