Radix UI vs Base UI Package Sync (fumadocs-ui) and (@fumadocs/base-ui) are two variants of Fumadocs UI. They share the same layout structure, components, and public API; only the underlying primitives differ. When changing one package, consider the other. Package identity | | radix-ui | base-ui | | ---------------- | ----------------------- | ---------------------- | | Package name | | | | Primitives | | | | Config key | | | What to keep in sync - Layouts : , , , , — structure and props should match; only primitive usage differs. - Components : Same public API and behavior for components unde…