New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-oxygen-ui-kit

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-oxygen-ui-kit

Easy to use UI Kit for React

latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

react-oxygen-ui-kit Travis

Greenkeeper badge

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.

Keywords

react

FAQs

Package last updated on 11 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts