Common components for BKT Frontend projects
npm install bkt-fe-common-global> Made with create-react-library
 
``bash`
npm install --save bkt-fe-common-global
`jsx
import React, { Component } from 'react'
import MyComponent from 'bkt-fe-common-global'
import 'bkt-fe-common-global/dist/index.css'
class Example extends Component {
render() {
return
}
}
``
MIT © barikreativa