react-yalo-components
v1.0.0
Published
react library with reusable components
Downloads
23
Maintainers
Keywords
Readme
react-yalo-components
react library with reusable components
Install
npm install --save react-yalo-components
Usage
import React, { Component } from 'react'
import MyComponent from 'react-yalo-components'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © engyalo