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
- Host: GitHub
- URL: https://github.com/ggaris/coming
- Owner: ggaris
- Created: 2021-09-10T03:06:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T09:53:22.000Z (over 3 years ago)
- Last Synced: 2025-09-28T13:32:45.211Z (4 months ago)
- Topics: library, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
>
);
};
```