# lib-design **Repository Path**: mr-abc/lib-design ## Basic Information - **Project Name**: lib-design - **Description**: Template for lib repository of react-ts - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-22 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lib Design By Codebuddy 一个现代化的 React 组件库,专注于提供高质量、可定制的 UI 组件。 ## 特性 - 🎨 现代化的设计风格 - 📦 开箱即用的高质量组件 - 🛡 使用 TypeScript 开发,提供完整的类型定义 - ⚡️ 基于 Vite 构建,提供极致的开发体验 - 📐 遵循组件设计最佳实践 - 🧪 完整的单元测试覆盖 ## 安装 ```bash npm install @lib-design/ui-components ``` ## 使用 ```tsx import { Button } from '@lib-design/ui-components'; import '@lib-design/ui-components/dist/index.css'; function App() { return ( ); } ``` ## 组件列表 - Button - 按钮组件 - 支持多种变体(primary、secondary、outline、text) - 支持多种尺寸(small、medium、large) - 支持禁用状态和加载状态 - 支持图标 更多组件正在开发中...