eggdesign
v0.1.9
Published
React components library
Downloads
2
Readme
Egg Design of React
eggd 是基于 Egg Design 设计体系的 React UI 组件库。
特性
提炼自企业级中后台产品的交互语言和视觉风格。
开箱即用的高质量 React 组件。
使用 TypeScript 开发,提供完整的类型定义文件。
全链路开发和设计工具体系。
深入每个细节的主题定制能力。
安装
$ npm install eggdesign --save
文档
https://chenhui996.github.io/Egg-Design
示例
import { Alert } from "egg-design";
ReactDOM.render(<Alert title="title" />, mountNode);
引入样式:
import "eggdesign/dist/eggdesign.css";
持续迭代
会持续添加新组件,完善 Egg-Design;