jlc-react-utils

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import jlcReactUtils from 'https://cdn.skypack.dev/jlc-react-utils';
</script>

README

jlc-react-utils

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save jlc-react-utils

Usage

import React, { Component } from 'react'

import MyComponent from 'jlc-react-utils'
import 'jlc-react-utils/dist/index.css'

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

License

MIT © [Jorge Corradi](https://github.com/Jorge Corradi)