My first react library
npm install --save test-libs
import React, { Component } from 'react'
import MyComponent from 'test-libs'
import 'test-libs/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © Rajaa