Files
shadcn-ui/apps/v4/registry/bases
shadcn 7d718ddaa9 fix: refactor styles (#10190)
* feat: refactor styles handling across v4

* fix

* fix

* fix

* fix

* fix

* fix
2026-03-26 14:36:00 +04:00
..
2026-03-24 17:15:45 +04:00
2026-03-24 17:15:45 +04:00
2026-03-26 14:36:00 +04:00

Registry bases (base and radix)

This folder holds two parallel registries:

  • base/ — Base UIbacked components and blocks
  • radix/ — Radix-backed components and blocks

Keep them in sync

For any shared surface (same preview block, same card, same example intent), changes should be applied to both base and radix variants.

  • Adjust only what must differ: imports (.../base/ui/... vs .../radix/ui/...) and primitive APIs.
  • Avoid editing only one tree unless the work is intentionally scoped to a single base.

Project automation: see .cursor/rules/registry-bases-parity.mdc for the Cursor rule agents use when working under apps/v4/registry/bases/.