veton-test-component-lib

Made with create-react-library

Usage no npm install needed!

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

README

test-component-lib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save test-component-lib

Usage

import React, { Component } from 'react'

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

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

License

MIT © vetonbytyci