@pzdralewicz/components

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import pzdralewiczComponents from 'https://cdn.skypack.dev/@pzdralewicz/components';
</script>

README

pzdralewicz-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save pzdralewicz-components

Usage

import React, { Component } from 'react'

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

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

License

MIT © pzdralewicz