yg-react-utils
v1.7.0
Published
>
Downloads
53
Readme
yg-react-utils
Install
npm install --save yg-react-utilsUsage
import React, { Component } from 'react'
import MyComponent from 'yg-react-utils'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}Development with storybook
Start simultaneously in 2 terminal windows:
npm start storybookand
npm run storybookResources
License
MIT © arpesanif
