test-react-npm-semantic-release
v1.0.0
Published
A library to test out publishing a React based package to npm
Downloads
1
Readme
test-react-npm-semantic-release
A library to test out publishing a React based package to npm
Install
npm install --save test-react-npm-semantic-release
Usage
import React, { Component } from 'react'
import MyComponent from 'test-react-npm'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © joelseq