name: tigercat description: Tigercat React/Vue components and app recipes. Build complete web apps (app shell, layout, routing, theme, dark mode, i18n, SSR) and look up props, APIs, patterns, tokens, a11y, CLI, and cross-framework mappings.
Tigercat UI Component Library
Tailwind CSS 驱动的跨框架(React + Vue 3)组件库。先定位需求,再只打开对应 reference,避免整库加载。
How To Use
- 建应用:用 Tigercat 快速搭通用网页应用(布局/导航/主题/暗色/i18n/路由)→ 先读 recipes/building-apps.md。
- 查组件:开 component-index.md,按组件名找 Category 与类型源,再按页内规则打开 props / examples。
- 写组件:开对应 examples 分类,再按需开同类 shared/props。
- 跨框架:先读 shared/patterns/common.md 与 shared/glossary.md。
- 表格固定列/锁列/虚拟表:看 shared/props/data.md、shared/props/advanced.md 与对应 examples。
Core References
| Need | Read |
|---|---|
| Build an app | recipes/building-apps.md |
| Component route map | component-index.md |
| React / Vue entry | react/index.md · vue |
| Shared props | shared/props/ |
| API summary | shared/api-summary.md |
| Cross-framework terms | shared/glossary.md |
| Binding patterns | shared/patterns/common.md |
Topic References
| Need | Read |
|---|---|
| Setup | getting-started.md |
| CLI | cli.md |
| Theme | theme.md |
| Tokens | tokens.md |
| i18n | i18n.md |
| SSR | ssr.md |
| Accessibility | accessibility.md |
| Performance | performance.md |
| Release | release.md |