Easy to use UI Kit for React
https://nukeop.github.io/react-oxygen-ui-kit/
https://www.npmjs.com/package/react-oxygen-ui-kit
$ npm install react-oxygen-ui-kit
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.
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.
Copyright © 2018, nukeop. Released under the Affero GPL License.