docs: remove react page

This commit is contained in:
shadcn
2026-06-26 21:43:41 +04:00
parent 18fcf0f766
commit cf5b227565

View File

@@ -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
<div className="mt-8 grid gap-4 sm:grid-cols-2 sm:gap-6">
<LinkedCard href="/docs/react/message-scroller">
<MessagesSquareIcon className="size-10" />
<p className="mt-2 font-medium">Message Scroller</p>
</LinkedCard>
</div>