hello-react-library
v1.0.0
Published
>
Downloads
5
Readme
hello-react-library
Install
npm install --save hello-react-libraryUsage
import * as React from "react";
import { CompA, CompB } from "hello-react-library";
export default class App extends Component {
render() {
return (
<div>
<CompA />
<CompB value="xyz" />
</div>
);
}
}License
MIT © bnayae
