diff --git a/apps/v4/content/docs/(root)/index.mdx b/apps/v4/content/docs/(root)/index.mdx
index a7eb63e7c42..d48fb6988dc 100644
--- a/apps/v4/content/docs/(root)/index.mdx
+++ b/apps/v4/content/docs/(root)/index.mdx
@@ -32,13 +32,13 @@ _In a typical library, if you need to change a button’s behavior, you have to
How do I pull upstream updates in an Open Code approach?
-
+
shadcn/ui follows a headless component architecture. This means the core
of your app can receive fixes by updating your dependencies, for
instance, @base-ui/react or input-otp.
-
+
The topmost layer, i.e., the one closest to your design system, is not
coupled with the implementation of the library. It stays open for
modification.
diff --git a/apps/v4/mdx-components.tsx b/apps/v4/mdx-components.tsx
index 402f320abbe..7c315a270e0 100644
--- a/apps/v4/mdx-components.tsx
+++ b/apps/v4/mdx-components.tsx
@@ -330,7 +330,12 @@ export const mdxComponents = {
),
Callout,
- Accordion,
+ Accordion: ({
+ className,
+ ...props
+ }: React.ComponentProps) => (
+
+ ),
AccordionContent,
AccordionItem,
AccordionTrigger,
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 42d2ce98d03..924be8c5694 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -757,6 +757,13 @@
"description": "The components shadcn/ui doesn't ship. A collection of high-utility React components built on top of shadcn/ui.",
"logo": ""
},
+ {
+ "name": "@honestui",
+ "homepage": "https://www.honestui.com",
+ "url": "https://www.honestui.com/r/{name}.json",
+ "description": "React UI components, animated interactions, shaders, and charts distributed as editable source.",
+ "logo": ""
+ },
{
"name": "@hugeicons-animated",
"homepage": "https://hugeicons-animated.com",
@@ -1528,11 +1535,11 @@
"logo": ""
},
{
- "name": "@snap-cn",
+ "name": "@snapcn",
"homepage": "https://snapcn.dev",
"url": "https://snapcn.dev/r/{name}.json",
"description": "Remotion video components for React. Text reveals, karaoke captions, device mockups, logo stings and full scenes, installed with the CLI and owned as source.",
- "logo": ""
+ "logo": ""
},
{
"name": "@solaceui",