An open API service indexing awesome lists of open source software.

https://github.com/ggaris/coming

react coming component library
https://github.com/ggaris/coming

library react reactjs

Last synced: 4 months ago
JSON representation

react coming component library

Awesome Lists containing this project

README

          

# comingUI

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

- Documentation - https://comingui.com
- npm - https://www.npmjs.com/package/coming

## How is it used in a project?

```bash
$ yarn add coming
```

or

```bash
$ pnpm add coming
```

```jsx
import { Button } from "coming";
const ComingDemo = () => {
return (
<>
Button
>
);
};
```