@pedro-mass/test-create-react-library
v1.0.1
Published
Testing create-react-library for package development
Downloads
3
Readme
test-create-react-library
Testing create-react-library for package development
Install
npm install --save test-create-react-library
Usage
import React, { Component } from 'react'
import MyComponent from 'test-create-react-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © pedro-mass