docs: add changelog

This commit is contained in:
shadcn
2026-02-06 13:10:12 +04:00
parent 4ddfd39b0d
commit 8acef7ab66

View File

@@ -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.