react-oxygen-ui-kit
v2.0.2
Published
Easy to use UI Kit for React
Downloads
6
Readme
react-oxygen-ui-kit
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
$ npm install react-oxygen-ui-kit
Usage
import Oxygen from 'react-oxygen-ui-kit';
const {
Column,
Container,
Row
} = Oxygen.default;
const comp = props => {
return (
<section>
<Row>
<Container>
<Column>
First column of text
</Column>
<Column>
Second column of text
</Column>
</Container>
</Row>
</section>
);
};
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. Released under the MIT License.