testadapter4

"this is test package"

Usage no npm install needed!

<script type="module">
  import testadapter4 from 'https://cdn.skypack.dev/testadapter4';
</script>

README

testadapter

"this is test package"

NPM JavaScript Style Guide

Install

npm install --save testadapter

Usage

import React, { Component } from 'react'

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

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

License

MIT ©