example-react-library-components

test of create-react-library

Usage no npm install needed!

<script type="module">
  import exampleReactLibraryComponents from 'https://cdn.skypack.dev/example-react-library-components';
</script>

README

example-react-library

test of create-react-library

NPM JavaScript Style Guide

Install

npm install --save example-react-library

Usage

import * as React from 'react'

import MyComponent from 'example-react-library'

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

License

MIT © Maik3345