testvds

npm install --save dummy-lib

Usage no npm install needed!

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

README

dummy-lib

NPM JavaScript Style Guide

Install

npm install --save dummy-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'dummy-lib'

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

License

MIT © [Zup It Innovation](https://github.com/Zup It Innovation)