coming
Version:
又是一个无聊的项目🥱,🍺
32 lines (23 loc) • 458 B
Markdown
# coming-ui
React UI is a react UI library that uses the latest design language
- Documentation - https://comingui.org
- npm - https://www.npmjs.com/package/coming
## How is it used in a project?
```bash
$ yarn add coming
```
or
```bash
$ npm i coming
```
```jsx
import { Button } from "coming";
const ComingDemo = () => {
return (
<>
<Button>Button</Button>
</>
);
};
```
本项目一定要安装 eslint prettier style lint 插件