atm2345

Made with create-react-library

Usage no npm install needed!

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

README

atm2

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save atm2

Usage

import React, { Component } from 'react'

import MyComponent from 'atm2'
import 'atm2/dist/index.css'

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

License

MIT © ocrybit