1.0.0 • Published 4 years ago
mylibrary-sample-one v1.0.0
mylibrary
Made with create-react-library
Install
npm install --save mylibrary
Usage
import React, { Component } from 'react'
import MyComponent from 'mylibrary'
import 'mylibrary/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © madhukarjha
1.0.0
4 years ago