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
- Host: GitHub
- URL: https://github.com/co2-git/react.ui
- Owner: co2-git
- Created: 2015-10-20T07:55:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T06:00:32.000Z (over 10 years ago)
- Last Synced: 2025-02-01T16:23:15.475Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
);
}
}
```