https://github.com/nukeop/react-oxygen-ui-kit
Easy to use UI Kit for React
https://github.com/nukeop/react-oxygen-ui-kit
Last synced: over 1 year ago
JSON representation
Easy to use UI Kit for React
- Host: GitHub
- URL: https://github.com/nukeop/react-oxygen-ui-kit
- Owner: nukeop
- License: agpl-3.0
- Created: 2018-03-29T22:58:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T20:29:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-16T12:16:36.924Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://nukeop.github.io/react-oxygen-ui-kit/
- Size: 385 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-oxygen-ui-kit 
[](https://greenkeeper.io/)
Easy to use UI Kit for React
## Live demo
https://nukeop.github.io/react-oxygen-ui-kit/
## npm
https://www.npmjs.com/package/react-oxygen-ui-kit
## Installation
```shell
$ npm install react-oxygen-ui-kit
```
## Usage
```javascript
import Oxygen from 'react-oxygen-ui-kit';
const {
Column,
Container,
Row
} = Oxygen.default;
const comp = props => {
return (
First column of text
Second column of text
);
};
```
Check the demo for more advanced examples.
## Contributing
Feel free to add new components or modify existing ones.
You can also edit the demo page if you feel that something can be presented better. Pull requests are always welcome.
## About
### License
Copyright © 2018, [nukeop](https://github.com/nukeop).
Released under the [Affero GPL License](LICENSE).