shuip-overview
shuip/shuip-overviewFreeItem
shuip publishes no description for this item.
Install it
npx shadcn@latest add https://shuip.plvo.dev/r/shuip-overview.jsonSource
1---2name: shuip-overview3description: Use when working in a project that uses shuip and you need to know what shuip provides, how to install items from its registry, or which shuip skill/category to reach for. Triggers on shuip imports (@/components/ui/shuip/...) or a shuip registry URL (shuip.plvo.dev/r/...).4---56# shuip78## What it is910shuip is a component library built on shadcn/ui for Next.js + React. You install individual **items** through the shadcn CLI from shuip's registry; the source is copied into the project (same model as shadcn) and you own it afterwards.1112## Install any item1314```bash15npx shadcn@latest add "https://shuip.plvo.dev/r/<item-name>"16```1718Items install under `@/components/ui/shuip/...` (or `@/components/block/shuip/...` for blocks) and pull their shadcn primitives and npm dependencies automatically. **Exported symbols are unprefixed** — the item `rhf-input-field` exports `InputField`; the `rhf-`/`tsf-`/`tsq-` prefix is only the registry name.1920## Categories2122- **components** — standalone UI: dialogs, buttons, theme toggle (e.g. `side-dialog`, `confirmation-dialog`, `copy-button`, `theme-button`).23- **blocks** — composed multi-part UI (e.g. `kanban`, `responsive-dialog`, `title-section`).24- **react-hook-form** (`rhf-`) — form fields wired to react-hook-form via typed lenses.25- **tanstack-form** (`tsf-`) — form fields wired to tanstack-form via context.26- **tanstack-query** (`tsq-`) — data-fetching helpers (e.g. `query-boundary`).2728## Which skill next2930- Building or editing a **form** → use the **shuip-forms** skill (rhf/tsf field patterns in depth).31- Choosing or composing **components/blocks**, or you need the full item catalog → use the **shuip-components** skill.3233Before building UI from scratch, check whether shuip already ships it.
Files it writes
More from shuip
All 52 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| shuip-componentsshuip-components | shuip | Other | Free | no deps | |
| shuip-formsshuip-forms | shuip | Other | Free | no deps | |
| shuip-skillsshuip-skills | shuip | Other | Free | no deps |
