Installation
Get started with React Bits Pro in minutes.
CLI installation
Recommended - automatically installs with dependencies
Prerequisites
- • A React project with shadcn/ui initialized (run
npx shadcn@latest initif you haven't) - • Node.js 18+ installed
- • A
components.jsonfile in your project root (created by shadcn init)
Add your license key to .env.local
Create or update your .env.local file in your project root (same folder as package.json):
Configure your components.json
Add the registries section to your components.json file (merge with existing content if present):
Note: Use @reactbits-starter for components (all plans). @reactbits-pro is for blocks (Pro & Ultimate only).
Install components & blocks
Install any component with the shadcn CLI:
All PlansComponents come in two variants. Add -tw for Tailwind or -css for CSS.
Install pre-built blocks:
Pro & Ultimate PlansBlocks are pre-built page sections (heroes, features, pricing, etc.) available with Pro and Ultimate plans.
Manual copy & paste
Prefer to copy code directly into your project
Browse the docs and copy any component or block code directly. No CLI required.