yyd-lib
v4.0.12
Published
A demo of a React component and tool library built using Dumi2
Downloads
6
Readme
yyd-lib
一个使用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>
<Button type="primary">主要按钮</Button>
</>
);
}
LICENSE
MIT