oceano-react-lib

Everything you need for your React 17 application

Usage no npm install needed!

<script type="module">
  import oceanoReactLib from 'https://cdn.skypack.dev/oceano-react-lib';
</script>

README

oceano

Everything you need for your React 17 application

NPM JavaScript Style Guide

Install

npm install --save oceano

Usage

import * as React from 'react'

import MyComponent from 'oceano'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © lucas-martinez