xyl-design
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

xyl-design

NPM version NPM downloads

A react library developed with dumi

安装

推荐使用 npm 的方式安装,它能更好地和webpack打包工具配合使用。

npm install xyl-design --save

使用

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'xyl-design';

ReactDOM.render(
  <Button type="primary">Primary</Button>,
  document.getElementById('root'),
);

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i xyl-design

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

1.49 MB

Total Files

835

Last publish

Collaborators

  • sunray1017