Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikeibberson/bambora-material-ui
- Owner: MikeIbberson
- License: mit
- Created: 2020-01-17T01:41:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:04:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:16:01.575Z (about 1 month ago)
- Topics: bambora, bambora-payment, material-ui, react
- Language: JavaScript
- Homepage: https://mikeibberson.github.io/bambora-material-ui/
- Size: 2.27 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)}>
);
```