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