Booking Card
PROThe Booking Card component helps you to simply create beautiful cards for booking purposes like flights, hotels and etc.
The below codes are editable and you can modify them the way you want directly from your browser, please use the green button or the ctrl + s to save the changes.
Demo
PRO
// Material Dashboard 2 PRO React Examples
import BookingCard from "examples/Cards/BookingCard";
// Material Dashboard 2 PRO React Components
import MDTypography from "/product/components/MDTypography";
// @mui material components
import Icon from "@mui/material/Icon";
import MuiTooltip from "@mui/material/Tooltip";
 
      
Cozy 5 Stars Apartment
The place is close to Barceloneta Beach and bus stop just 2 min by walk and near to "Naviglio" where you can enjoy the main night life in Barcelona.
$899/night
Props Information
| Name | Type | Default | Description | 
|---|---|---|---|
| image* | string | Used to set the BookingCardimage. Its a required prop. | |
| title* | string | Used to set the BookingCardtitle. Its a required prop. | |
| description* | string | Used to set the BookingCarddescription. Its a required prop. | |
| price* | string | Used to set the BookingCardprice. Its a required prop. | |
| location* | string | Used to set the BookingCardlocation. Its a required prop. | |
| action* | boolnode | false | Used to set the BookingCardaction buttons. |