my-library Example library to test Install npm install --save my-library Usage import React, { Component } from 'react' import MyComponent from 'my-library' class Example extends Component { render () { return ( <MyComponent /> ) } } License MIT © ajeshb