testlibraryv2
v1.0.0
Published
this is a test lib
Downloads
2
Readme
testlibraryv2
this is a test lib
Install
npm install --save testlibraryv2
Usage
import React, { Component } from 'react'
import MyComponent from 'testlibraryv2'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © arnaudjaspard