1.0.2 • Published 5 years ago
my-library-abc v1.0.2
my-library
Example library to test
Install
npm install --save my-library
Usage
import React, { Component } from 'react'
import MyComponent from 'my-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © ajeshb