/crl

Primary LanguageHTML

npm-tester

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save npm-tester

Usage

import React, { Component } from 'react'

import MyComponent from 'npm-tester'
import 'npm-tester/dist/index.css'

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

License

MIT © andreas-groos