MDB React 5
Responsive React Invoice with Bootstrap 5. Various examples like simple invoice, payment receipt, company invoice, invoice with images and many more.
Check out React Invoice Documentation for detailed instructions & even more examples.
Basic example
import React from "react";
import {
MDBCard,
MDBCardBody,
MDBCol,
MDBContainer,
MDBRow,
MDBTypography,
} from "mdb-react-ui-kit";
export default function App() {
return (
<MDBContainer className="py-5">
<MDBCard>
<MDBCardBody className="mx-4">
<MDBContainer>
<p className="my-5 text-center" style={{ fontSize: "30px" }}>
Thank for your purchase
</p>
<MDBRow>
<MDBTypography listUnStyled>
<li className="text-black">John Doe</li>
<li className="text-muted mt-1">
<span className="text-black">Invoice</span> #12345
</li>
<li className="text-black mt-1">April 17 2021</li>
</MDBTypography>
<hr />
<MDBCol xl="10">
<p>Pro Package</p>
</MDBCol>
<MDBCol xl="2">
<p className="float-end">$199.00</p>
</MDBCol>
<hr />
</MDBRow>
<MDBRow>
<MDBCol xl="10">
<p>Consulting</p>
</MDBCol>
<MDBCol xl="2">
<p className="float-end">$100.00</p>
</MDBCol>
<hr />
</MDBRow>
<MDBRow>
<MDBCol xl="10">
<p>Support</p>
</MDBCol>
<MDBCol xl="2">
<p className="float-end">$10.00</p>
</MDBCol>
<hr style={{ border: "2px solid black" }} />
</MDBRow>
<MDBRow className="text-black">
<MDBCol xl="12">
<p className="float-end fw-bold">Total: $10.00</p>
</MDBCol>
<hr style={{ border: "2px solid black" }} />
</MDBRow>
<div className="text-center" style={{ marginTop: "90px" }}>
<a>
<u className="text-info">View in browser</u>
</a>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. </p>
</div>
</MDBContainer>
</MDBCardBody>
</MDBCard>
</MDBContainer>
);
}
How to use?
-
Download MDB 5 - FREE REACT UI KIT
-
Choose your favourite customized component and click on the image
-
Copy & paste the code into your MDB project
More examples (click on the image to see a live demo)
Company invoice:
Company Invoice with logo:
You can find other examples here.
More extended React documentation
- React Bootstrap Code
- React Bootstrap Gallery
- React Bootstrap Hamburger Menu
- React Bootstrap Jumbotron
- React Bootstrap Maps
- React Bootstrap Mega Menu
- React Bootstrap Media object
- React Bootstrap Multiselect
- React Bootstrap Masonry
- React Bootstrap Contact form
- React Bootstrap Gradients
- React Bootstrap Pagination
- React Bootstrap Panels
- React Bootstrap Social Media icons & buttons
- React Bootstrap Search
- React Bootstrap Table sort
- React Bootstrap Table responsive
- React Bootstrap Table scroll
- React Bootstrap Table search
- React Bootstrap Textarea
- React Bootstrap Sidebar
- React Bootstrap Profiles
- React Bootstrap Nested Dropdown
- React Bootstrap Address Form
- React Scroll Back to Top button
- React Product Cards
- React Avatar
- React Carousel Slider with Thumbnails
- React Chat
- React Comparison table
- React Comments
- React Drawer
- React FAQ component / section