1.0.1 • Published 5 years ago

react-test-lib v1.0.1

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

react-test-lib

please don't use this. just another example react lib

Build Status NPM JavaScript Style Guide

Install

npm install --save react-test-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'react-test-lib'

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

License

MIT © thesmartwon

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago