cra-library2

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import craLibrary2 from 'https://cdn.skypack.dev/cra-library2';
</script>

README

cra-library2

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save cra-library2

Usage

import React, { Component } from 'react'

import MyComponent from 'cra-library2'
import 'cra-library2/dist/index.css'

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

License

MIT © surajpai