@alexandrchebotar/test-lib

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import alexandrchebotarTestLib from 'https://cdn.skypack.dev/@alexandrchebotar/test-lib';
</script>

README

test-lib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-lib

Usage

import React, { Component } from 'react'

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

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

License

MIT © alexandrchebotar