mylibrary-sample-one

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import mylibrarySampleOne from 'https://cdn.skypack.dev/mylibrary-sample-one';
</script>

README

mylibrary

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save mylibrary

Usage

import React, { Component } from 'react'

import MyComponent from 'mylibrary'
import 'mylibrary/dist/index.css'

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

License

MIT © madhukarjha