Made with create-react-library
npm install --save my-create-react-lib
import React, { Component } from 'react'
import { ExampleComponent } from 'my-create-react-lib'
import 'my-create-react-lib/dist/index.css'
class Example extends Component {
render() {
return <ExampleComponent text="Create React Library Example 😄" />
}
}
MIT © mengelhardt