coming
v0.1.9
Published
又是一个无聊的项目🥱,🍺
Downloads
9
Maintainers
Readme
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?
$ yarn add coming
or
$ npm i coming
import { Button } from "coming";
const ComingDemo = () => {
return (
<>
<Button>Button</Button>
</>
);
};
本项目一定要安装 eslint prettier style lint 插件