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