Files
shadcn-ui/apps/v4/registry/bases/README.md
shadcn 687f09817b feat: chartColor and fontHeading (#10115)
* feat: chart color

* fix

* fix

* fix: chart color

* chore: changeset

* chore: restore directory registry formatting

* feat: add fontHeading

* feat: rebuild registry

* fix: v0

* refactor

* fix

* fix

* fix

* fix

* fix

* fix: refactor preset handling

* fix

* fix

* fix
2026-03-19 23:35:01 +04:00

708 B
Raw Permalink Blame History

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