my-react-library

1.0.0 • Public • Published

my-react-library

Library of react components

NPM JavaScript Style Guide

Install

npm install --save my-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'my-react-library'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Minihilator

Readme

Keywords

none

Package Sidebar

Install

npm i my-react-library

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

28.3 kB

Total Files

6

Last publish

Collaborators

  • minihilator