dumi2-demo
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

dumi2-demo

NPM version NPM downloads

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

文档地址

https://dumi.guojiongwei.top

demo教程博客文章地址

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

安装

安装组件库

$ npm i dumi2-demo -S

使用

import React from 'react';
import { Button } from 'dumi2-demo';

export default () => {

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

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i dumi2-demo

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

9.05 kB

Total Files

15

Last publish

Collaborators

  • guojiongwei