coming-ui

React UI is a react UI library that uses the latest design language

How is it used in a project?

$ yarn add coming

or

$ npm i coming
import { Button } from "coming";
const ComingDemo = () => {
  return (
    <>
      <Button>Button</Button>
    </>
  );
};

GitHub

https://github.com/jiantongCode/coming-ui