diff --git a/apps/v4/content/docs/changelog/2026-02-blocks.mdx b/apps/v4/content/docs/changelog/2026-02-blocks.mdx new file mode 100644 index 0000000000..5341ce077c --- /dev/null +++ b/apps/v4/content/docs/changelog/2026-02-blocks.mdx @@ -0,0 +1,18 @@ +--- +title: February 2026 - Blocks for Radix and Base UI +description: All blocks are now available for both Radix and Base UI. +date: 2026-02-06 +--- + +All [blocks](/blocks) are now available for both Radix and Base UI. + +- **All blocks for both libraries** - Every block, including login, signup, sidebar and dashboard blocks, is now available in both Radix and Base UI variants. +- **Same CLI workflow** - Run `npx shadcn add` and the CLI will pull the correct block variant based on your project configuration. + +If you've already set up your project with `npx shadcn create`, blocks will automatically use your chosen library. No additional configuration needed. + +```bash +npx shadcn@latest add login-01 +``` + +Browse the full collection on the [blocks](/blocks) page.