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