test-lib-657a

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import testLib657a from 'https://cdn.skypack.dev/test-lib-657a';
</script>

README

test-library

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-library

Usage

import React, { Component } from 'react'

import MyComponent from 'test-library'
import 'test-library/dist/index.css'

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

License

MIT © kfazinic