Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeibberson/bambora-material-ui

Material UI implementation of Bambora's "Custom Checkout" option
https://github.com/mikeibberson/bambora-material-ui

bambora bambora-payment material-ui react

Last synced: 19 days ago
JSON representation

Material UI implementation of Bambora's "Custom Checkout" option

Awesome Lists containing this project

README

        

Bambora Material UI


Inspired by the Custom Checkouts on Bambora's website, this implementation hooks into Material UI and takes care of validation and tokenization. You just need to worry about ordering the form fields and setting their labels and styles (i.e. input variant).

Please note that tests and examples are on the way.

```javascript
import React from 'react';
import Bambora, {
Submit,
CreditCardField,
CvvField,
ExpiryField,
} from 'bambora-material-ui';

export default () => (
alert(e.token)}>





);
```