hello-react-library
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

hello-react-library

NPM JavaScript Style Guide

Install

npm install --save hello-react-library

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i hello-react-library

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

4.95 kB

Total Files

11

Last publish

Collaborators

  • bnayae