Maofeng 0768e8fa29 feat(i18n): expand catalog runtime and developer tooling
- add Intl-backed locale definitions, formatters, catalog loaders, and runtime hooks\n- compile hashed production catalogs from package-scoped catalog sources\n- drive Lingui extraction and compilation directly from project JSON config\n- redesign the devtool with localized controls, draggable persistence, settings, navigation, copy actions, ANSI output, and fullscreen support\n- extend repository APIs, CLI coverage, documentation, and runtime tests
2026-07-30 14:47:42 +08:00
2026-07-26 23:21:33 +08:00
2026-07-26 23:21:33 +08:00
2026-07-26 23:21:33 +08:00
2026-07-26 23:21:33 +08:00

Simple React App Kit

Simple React App Kit is a reusable React application kit built with TanStack Start, shadcn/ui, and workspace packages.

Adding components

To add components to your app, run the following command at the root of your web app:

pnpm dlx shadcn@latest add button -c apps/web

This will place the ui components in the packages/ui/src/components directory.

Using components

To use the components in your app, import them from the ui package.

import { Button } from "@workspace/ui/components/button";
S
Description
No description provided
Readme 900 KiB
Languages
TypeScript 96%
CSS 4%