1.0.14 • Published 7 months ago

demo-components-library v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

组件库 DEMO

介绍

一个 React + Rollup + Less + Antd 打包的组件库的 DEMO,使用 Storybook 进行组件库文档展示

组件文档1

组件文档2(需翻墙)

安装

npm install demo-components-library
# OR
yarn add demo-components-library

按需引入

import { Button } from "demo-components-library";

<Button
  htmlType="button"
  onClick={() => {}}
  shape="middle"
  size="middle"
  type="primary"
>
  Button
</Button>;
1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago