test-shared-library

test-shared-library

Usage no npm install needed!

<script type="module">
  import testSharedLibrary from 'https://cdn.skypack.dev/test-shared-library';
</script>

README

test-shared-library

test-shared-library

NPM JavaScript Style Guide

Install

npm install --save test-shared-library

Usage

import React, { Component } from 'react'

import MyComponent from 'test-shared-library'

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

License

MIT © davaughnwhite