1.0.3 • Published 5 years ago

@vhrmo/react-lib v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

react-lib

Various React components

NPM JavaScript Style Guide

Install

npm install --save react-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'react-lib'

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

License

MIT © vhrmo

Library build notes

Set access to public:

npm access public

Publish package:

npm publish

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago