my-aui

A Design UI library for React

Usage no npm install needed!

<script type="module">
  import myAui from 'https://cdn.skypack.dev/my-aui';
</script>

README

my-aui

ARfnuq.png

my-aui

一款带有中国风的React组件库

简体中文 | English

起步

文档入口页面

可以用star来鼓励一下作者么?

📦 安装

npm install my-aui  or yarn add my-aui  

🔨 使用

import { Button } from 'my-aui';
ReactDOM.render(<Button />, mountNode);

⌨️ 开发

clone locally:

$ git clone https://github.com/forchange-aui/my-aui.git
$ cd my-aui
$ npm install
$ npm run start