react-class-component-hello-world
v1.0.2
Published
Test react class
Downloads
3
Maintainers
Readme
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/>