react-publish-test-component
v0.0.2
Published
Testing how to create and publish a component to NPM
Downloads
2
Readme
React Publish Test
This is a React Component made it only to test how to publish to NPM
Prerequisites
react: ^15.5.4
Installing
> yarn add react-publish-test-component
Example
import React, { Component } from 'react';
import PublishTest from 'react-publish-test-component';
class App extends Component {
render () {
return (
<div>
<PublishTest />
</div>
)
}
}
export default App;
Built With
Authors
- Federico Pazos - Initial work - FedePazos95
License
This project is licensed under the MIT License - see the LICENSE.md file for details