mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-28 07:04:20 +00:00
docs: remove react page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user