test Made with create-react-library Install npm install --save test Usage import React, { Component } from 'react' import MyComponent from 'test' import 'test/dist/index.css' class Example extends Component { render() { return <MyComponent /> } } License MIT ©