test-lib-pov

test-lib

Usage no npm install needed!

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

README

test-lib

test-lib

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 ©