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

https://github.com/co2-git/react.ui

React UI framework
https://github.com/co2-git/react.ui

Last synced: about 1 year ago
JSON representation

React UI framework

Awesome Lists containing this project

README

          

react.ui
===

React pre-made components

# Install

```bash
npm install co2-git/react.ui
```

# Usage

```js
import React from 'react.ui/node_modules/react';
import Button from 'react.ui/dist/components/button';

class Component extends React.Component {
render () {
return (
react.ui successfully installed
);
}
}
```