25 lines
624 B
Markdown
25 lines
624 B
Markdown
# React + Vite Dashboard Skill
|
|
|
|
Convert Stitch screens into production React dashboards with Vite, TanStack Query, and optional Web3 reads.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npx skills add google-labs-code/stitch-skills --skill react-vite-dashboard --global
|
|
```
|
|
|
|
## Example prompts
|
|
|
|
```
|
|
Convert the Stitch dashboard screen into React + Vite components using our DESIGN.md tokens
|
|
```
|
|
|
|
```
|
|
Wire the portfolio summary cards with TanStack Query and ethers read-only calls
|
|
```
|
|
|
|
## Related skills
|
|
|
|
- `design-md` — author and lint DESIGN.md before building UI
|
|
- `shadcn-ui` — add accessible component primitives on top of generated layouts
|