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

3.6.7 • Public • Published

njm-react-component-library

Personal component library

NPM JavaScript Style Guide

Install

npm install --save njm-react-component-library

Usage

import * as React from 'react'
 
import MyComponent from 'njm-react-component-library'
 
class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © nickjmorrow

Readme

Keywords

none

Package Sidebar

Install

npm i njm-react-component-library

Weekly Downloads

11

Version

3.6.7

License

MIT

Unpacked Size

4.48 MB

Total Files

160

Last publish

Collaborators

  • nickjmorrow