1.0.2 • Published 6 years ago

react-class-component-hello-world v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Test Node Package

This is a simple node package to test if a component gets passed into the project!

Installation

    npm install --save react-class-component-hello-world

Usage

    // import the class into the component
    import Default from "react-class-component-hello-world";

    // Add the function and pass in a string!
    <Default/>