text-component-giovani
v1.0.0
Published
My first react library
Downloads
8
Readme
text-component
My first react library
Install
npm install --save text-componentUsage
import React, { Component } from 'react'
import MyComponent from 'text-component'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © giovaniif
