From cf5b2275655a024965c6236b1cd59a7ac4aed021 Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 26 Jun 2026 21:43:41 +0400 Subject: [PATCH] docs: remove react page --- apps/v4/content/docs/react/index.mdx | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 apps/v4/content/docs/react/index.mdx 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

-
-