Responsive comparison table templates built with Bootstrap 5. Various examples like comparison table on pricing page, comparison card, product comparison & more.
Check out React Comparison table Documentation for detailed instructions & even more examples.
import React from "react";
import {
MDBContainer,
MDBIcon,
MDBTable,
MDBTableBody,
MDBTableHead,
} from "mdb-react-ui-kit";
export default function App() {
return (
<MDBContainer className="py-5">
<MDBTable
responsive
striped
className=" text-successtable-border border-light"
>
<MDBTableHead className="border-light">
<tr>
<th scope="col"></th>
<th scope="col">
<strong>PRO</strong>
</th>
<th scope="col">
<strong>Basic</strong>
</th>
</tr>
</MDBTableHead>
<MDBTableBody>
<tr>
<th scope="row">Domain customization </th>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
<td>
<MDBIcon fas icon="times" className="text-danger" />
</td>
</tr>
<tr>
<th scope="row">FTP</th>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
</tr>
<tr>
<th scope="row">Database</th>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
<td>
<MDBIcon fas icon="times" className="text-danger" />
</td>
</tr>
<tr>
<th scope="row">Support</th>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
</tr>
<tr>
<th scope="row">Backups</th>
<td>
<MDBIcon fas icon="check" className="text-success" />
</td>
<td>
<MDBIcon fas icon="times" className="text-danger" />
</td>
</tr>
</MDBTableBody>
</MDBTable>
</MDBContainer>
);
}
-
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
You can find other examples here.
- 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