1.1.2 • Published 5 years ago
thyago-test-components v1.1.2
thyago-test-components
my first lib component
Install
npm install --save thyago-test-components
Usage
import React, { Component } from 'react'
import MyComponent from 'thyago-test-components'
import 'thyago-test-components/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © thyagomakiyama