Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 585 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 585 Bytes

clovertests

testing package for cloveruicomponents

NPM JavaScript Style Guide

Install

npm install --save clovertests

Usage

import React, { Component } from 'react'

import MyComponent from 'clovertests'

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

License

mit © elinaKM