geo/docs/02-design/component-library.md

28 lines
718 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GEO 平台 - 组件库设计
## 概述
本文档定义 GEO 平台的 UI 组件库设计方案,基于 shadcn/ui 进行扩展和定制。
> **TODO**: 本文档为占位文件,待补充完整内容。
## 待补充内容
- [ ] 组件库架构设计
- [ ] 基础组件清单Button、Input、Card 等)
- [ ] 业务组件清单QueryCard、CitationBadge、ReportPreview 等)
- [ ] 组件 Props 接口定义
- [ ] 组件使用示例
- [ ] 组件主题定制方案
- [ ] 组件开发规范
- [ ] 组件文档生成方案Storybook
## 参考
- [UI 风格指南](./ui-style-guide.md)
- [前端系统架构](../.qoder/repowiki/zh/content/前端系统架构/UI组件库.md)
---
*本文档待补充。*