@ardillo/components-test

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import ardilloComponentsTest from 'https://cdn.skypack.dev/@ardillo/components-test';
</script>

README

components-test

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save components-test

Usage

import React, { Component } from 'react'

import MyComponent from 'components-test'
import 'components-test/dist/index.css'

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

License

MIT © mgs95