React Web components using css-in-js without third-party library for reusable
npm install --save @harveyjing/common-components
import React, { Component } from 'react'
import MyComponent from '@harveyjing/common-components'
import '@harveyjing/common-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © harveyjing