An open API service indexing awesome lists of open source software.

https://github.com/czl0325/antd-develop

自己从0开始手写antd组件库
https://github.com/czl0325/antd-develop

Last synced: 3 months ago
JSON representation

自己从0开始手写antd组件库

Awesome Lists containing this project

README

        

# antd-develop

从0开始手写antd组件库练手。

#### 创建工程

npm create-react-app antd --template typescript

##### 1. Icon组件
* 采用fontawesome解决方案,参考文档: [fontawesome官网](https://fontawesome.com/v5.15/how-to-use/on-the-web/using-with/react)