Every Pro Block is now available in a Base UI variant. Our registry automatically serves the right version for your project — Radix UI setups keep working with zero changes.

shadcn/ui now ships with two primitive libraries: Radix UI and Base UI. As of July 2026, new shadcn/ui projects even default to Base UI. Starting today, our registry supports both — every Pro Block is available as a Radix UI variant and a Base UI variant, and the right one is served automatically based on your project setup.
style your project uses (for example base-nova or radix-vega), and we serve the matching code.npx shadcn@latest add @shadcndesign/hero-section-1 just works.The shadcn CLI supports a {style} placeholder in registry URLs. Update the registries entry in your components.json to our new style-aware endpoint:
{
"registries": {
"@shadcndesign": {
"url": "https://www.shadcndesign.com/api/registry/styles/{style}/{name}",
"headers": {
"X-License-Key": "${SHADCNDESIGN_LICENSE_KEY}"
}
}
}
}
When you install a block, the CLI replaces {style} with your project's style from components.json:
base-vega, base-nova, base-maia, …) receive the Base UI variants.radix-vega, radix-nova, …) and legacy styles (new-york, default) receive the Radix UI variants.Because blocks import primitives from your local @/components/ui folder, everything stays consistent with the shadcn/ui components already installed in your project. Our themes are CSS-only and work with both libraries out of the box.
Nothing changes for you. The existing registry URL (https://www.shadcndesign.com/api/registry/{name}) keeps working exactly as before and always serves the Radix UI variants. You only need the new URL if you want automatic Radix/Base UI selection — for example when starting a new Base UI project.
Check out the updated installation docs to get started, and reach out at hi@shadcndesign.com if you run into anything.
Founder @ shadcndesign.com

Ten agent skills covering the full shadcn/ui workflow: design in Figma, turn designs into code, and build pages with Pro Blocks. Included in the Plus, React, and Premium packages.

The new shadcn/ui Questionnaire component is now in our Figma UI kit. Design multi-step surveys, onboarding flows, and intake forms in all 8 styles.

The shadcn/ui kit for Figma (PRO) now ships every style in a single file. Switch one variable mode and the whole kit restyles, plus a new Typeset system and Figma plugin 2.0.