test-react-npm-semantic-release

1.0.0 • Public • Published

test-react-npm-semantic-release

A library to test out publishing a React based package to npm

NPM JavaScript Style Guide

Install

npm install --save test-react-npm-semantic-release

Usage

import React, { Component } from 'react'
 
import MyComponent from 'test-react-npm'
 
class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © joelseq

/test-react-npm-semantic-release/

    Package Sidebar

    Install

    npm i test-react-npm-semantic-release

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    9.34 kB

    Total Files

    4

    Last publish

    Collaborators

    • joelseq