Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiantin/imitate-antd-component
仿antd的组件库
https://github.com/jiantin/imitate-antd-component
Last synced: about 2 months ago
JSON representation
仿antd的组件库
- Host: GitHub
- URL: https://github.com/jiantin/imitate-antd-component
- Owner: JianTin
- Created: 2021-07-24T07:03:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T16:36:57.000Z (about 3 years ago)
- Last Synced: 2023-12-27T08:04:25.358Z (about 1 year ago)
- Language: JavaScript
- Size: 411 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
这是一个 仿造 antd的练习组件库。
组件上,支持按需加载。
import {Message、Tab、Modal、Button} from "imitate-component"
目前支持 message、tab、modal、button
样式上,需要在主程序上 import "imitate-component/dist/index.css"。引入全部组件的css
需要按需引入css,可以配置babel来支持。