Generic UI Backoffice components for Bambora/PaymentIQ
npm install payment-ui-bo-components//Edit your package.json and add to dependencies:
"payment-ui-bo-components": "latest"
npm install //install your project
``
`
cd to payment-ui-bo-components
npm link
cd to your project
npm link payment-ui-bo-components
npm start
import { BamboraGrid } from 'payment-ui-bo-components'
`
When you have made changes to payment-ui-bo-components you have to transpile it
```
npm run build:all //transpiles everything in /src to ES2015 and puts it in /dist
If your app as Hot-modules-reload (HMR) enabled it will auto-reload and show your changes.