4.0.12 • Published 2 months ago

yyd-lib v4.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

yyd-lib

NPM version NPM downloads

一个使用dumi2搭建的react组件和工具库demo

文档地址

https://dumi.guojiongwei.top

demo教程博客文章地址

【前端工程化】使用dumi2搭建你的组件库和函数库 https://guojiongwei.top/article/6437c396a751b6075b5eb213

安装

安装组件库

$ npm i yyd-lib -S

使用

import React from 'react';
import { Button } from 'yyd-lib';

export default () => {

  return (
    <>
      <Button type="default">默认按钮</Button> &nbsp;
      <Button type="primary">主要按钮</Button>
    </>
  );
}

LICENSE

MIT

4.0.9

2 months ago

4.0.8

2 months ago

4.0.5

2 months ago

4.0.4

2 months ago

4.0.10

2 months ago

4.0.7

2 months ago

4.0.6

2 months ago

4.0.1

2 months ago

4.0.3

2 months ago

4.0.2

2 months ago

4.0.12

2 months ago

4.0.11

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago