0.4.0 • Published 2 years ago

mock_componets v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

模仿antd搭建的组件库

预览地址: https://zhangjhxx.github.io/static_storybook

安装

npm i mock_componets

使用

import "mock_componets/dist/index.css";
import {Button,Upload} from "mock_componets"

<Button label="error" btnType="error"/>
<Upload action="https://jsonplaceholder.typicode.com/posts" dragable={true} />