0.0.2 • Published 6 years ago

react-publish-test-component v0.0.2

Weekly downloads
11
License
-
Repository
-
Last release
6 years ago

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details