Commit Graph

3 Commits

Author SHA1 Message Date
Maofeng 4efe3f3c64 feat(site): add component documentation site
Add Vite, React, MDX, and Tailwind documentation infrastructure.

Document component, handbook, overview, and utility routes.

Add interactive examples for every component family.

Deduplicate React resolution and load the Tailwind 4 theme configuration.
2026-07-25 06:04:19 +08:00
Maofeng b3a7a2a8f5 feat: add Base UI Tailwind component library
Add composable wrappers for 37 Base UI component families.

Expose primitive and convenience APIs with shared styling utilities.

Add the registry manifest, installer CLI, generation and export checks.

Include a smoke example covering primitive and shadcn-style imports.
2026-07-25 06:04:19 +08:00
Maofeng 312cb1fd59 chore: bootstrap repository tooling
Add npm and Bun dependency metadata.

Configure TypeScript and shared editor defaults.

Ignore dependencies, build output, caches, logs, and local files.
2026-07-25 06:04:19 +08:00