-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
66 lines (50 loc) · 1.83 KB
/
Copy pathllms.txt
File metadata and controls
66 lines (50 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# @vllnt/ui
> React component library — 144 accessible components built on Radix UI primitives, Tailwind CSS, and CVA.
> Distributed via the public npm registry and a shadcn-compatible registry at https://ui.vllnt.com/r.
## Package
- npm: https://www.npmjs.com/package/@vllnt/ui
- Source: https://github.com/vllnt/ui/tree/main/packages/ui
- Docs: https://ui.vllnt.com
- Storybook: https://storybook.vllnt.ai
## Install
```bash
pnpm add @vllnt/ui
```
## Quick start
```tsx
import "@vllnt/ui/styles.css";
import { Button } from "@vllnt/ui";
```
## Exports
- `@vllnt/ui` — all components, hooks, and types
- `@vllnt/ui/tailwind-preset` — Tailwind preset config
- `@vllnt/ui/styles.css` — base styles + default theme
- `@vllnt/ui/themes/default.css` — theme variables only
## Key docs
- [Root README](https://github.com/vllnt/ui/blob/main/README.md) — overview + component index
- [DESIGN](https://ui.vllnt.com/DESIGN.md) — canonical brand, tokens, and design system rules
- [Package README](https://github.com/vllnt/ui/blob/main/packages/ui/README.md) — setup, theming, full component tables
- [CHANGELOG](https://github.com/vllnt/ui/blob/main/packages/ui/CHANGELOG.md) — version history
- [CONTRIBUTING](https://github.com/vllnt/ui/blob/main/CONTRIBUTING.md) — dev + PR workflow
- [AGENTS](https://github.com/vllnt/ui/blob/main/AGENTS.md) — conventions for AI coding agents
- [llms-full.txt](https://github.com/vllnt/ui/blob/main/llms-full.txt) — full detail for AI consumption
## Component families (144 total)
- Primitives (Radix)
- Layout
- Forms
- Feedback
- Navigation
- Data / Charts
- AI
- Financial
- Ops / Status
- Billing & Plans
- Animation
- Content
- Tutorial / Educational
- App Shell
## Registry (shadcn-compatible)
Install a single component:
```bash
pnpm dlx shadcn@latest add https://ui.vllnt.com/r/{component}.json
```