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

https://github.com/mdbootstrap/react-credit-card

Responsive React Credit Card Form built with the latest Bootstrap 5. Free payment form design template with a credit card validation example. https://mdbootstrap.com/docs/react/extended/credit-card
https://github.com/mdbootstrap/react-credit-card

bootstrap bootstrap-template bootstrap-theme bootstrap5 credit-card css form html js react

Last synced: 4 months ago
JSON representation

Responsive React Credit Card Form built with the latest Bootstrap 5. Free payment form design template with a credit card validation example. https://mdbootstrap.com/docs/react/extended/credit-card

Awesome Lists containing this project

README

          

![MDB Logo](https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-react.png)

# MDB React 5

Responsive React Credit Card Form built with the latest Bootstrap 5. Free payment form design template with a credit card validation example.

Check out [React Credit Card Form Documentation](https://mdbootstrap.com/docs/react/extended/credit-card) for detailed instructions & even more examples.

## Basic example
![React Credit Card Form Basic Example](https://user-images.githubusercontent.com/108793661/184343380-c03af498-98f5-48e3-9b49-52bb2d126689.png)
```js
import React from "react";
import {
MDBCard,
MDBCardBody,
MDBCardHeader,
MDBCheckbox,
MDBCol,
MDBContainer,
MDBInput,
MDBRow,
MDBRadio,
MDBBtn,
MDBListGroup,
MDBListGroupItem,
} from "mdb-react-ui-kit";

export default function App() {
return (





Biling details














Payment
















Continue to checkout






Summary





Products
$53.98


Shipping
Gratis





Total amount

(including VAT)





$53.98








);
}

```

## How to use?

1. Download MDB 5 - free REACT UI KIT

2. Choose your favourite customized component and click on the image

3. Copy & paste the code into your MDB project

[▶️ Subscribe to YouTube channel for web development tutorials & resources](https://www.youtube.com/MDBootstrap?sub_confirmation=1)

## More extended React documentation