Reusable component for rapid react development
npm install --save tcomponent
import React, { Component } from 'react'
import MyComponent from 'tcomponent'
import 'tcomponent/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
ISC © aldoetobex