https://github.com/czl0325/antd-develop
自己从0开始手写antd组件库
https://github.com/czl0325/antd-develop
Last synced: 3 months ago
JSON representation
自己从0开始手写antd组件库
- Host: GitHub
- URL: https://github.com/czl0325/antd-develop
- Owner: czl0325
- License: mit
- Created: 2021-07-12T07:48:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T08:10:52.000Z (over 3 years ago)
- Last Synced: 2025-01-22T16:47:34.765Z (5 months ago)
- Language: TypeScript
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)