Yeap, here we go
npm install testidea> Yeap, here we go
 
``bash`
npm install --save testidea
`jsx
import React, { Component } from 'react'
import MyComponent from 'testidea'
import 'testidea/dist/index.css'
class Example extends Component {
render() {
return
}
}
``
MIT © Deniscartin