thyago-test-components
v1.1.2
Published
my first lib component
Downloads
7
Readme
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