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
Bash

or

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

GitHub

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