diff --git a/apps/v4/content/docs/react/index.mdx b/apps/v4/content/docs/react/index.mdx deleted file mode 100644 index 7791cbbdf4..0000000000 --- a/apps/v4/content/docs/react/index.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "@shadcn/react" -description: Headless, unstyled primitives that power the shadcn/ui components. ---- - -import { MessagesSquareIcon } from "lucide-react" - -## Overview - -The components you copy from the registry are thin styled wrappers over the -`@shadcn/react` package. The package ships the behavior, anchoring, scroll -management, visibility, and the imperative hot paths, with no styling of its own. - -Use it directly when you are building your own design system, or when you want -full control over the markup and styles. - -```bash -npm install @shadcn/react -``` - -## Primitives - -
Message Scroller
-