Visually build tailwind css projects 10x faster using AI
Build Tailwind websites visually and ship projects to production in minutes instead of days. Generates code from your designs to export to your favourite frameworks like React, Vue, Angular.

Bootstrap 5 Panels are content containers that are flexible and expandable, allowing a wide range of content, contextual backdrop colors, and elegant display choices. Panels are like cards, however they don't have any media.
The panel
class allows us to have the Contrast Bootstrap 5 Panel predefined styles in your project. We also use the Contrast Bootstrap Dropdown in our Panel example below, visit here for more information on contrast dropdowns.
Cooking
<div class="panel" style="width: 25rem"> <div class="panel-body"> <div class="pane d-flex align-items-center mt-0 mb-3"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div>
<div class="dropdown p-0 ms-auto pane-item"> <i class="fa fa-ellipsis-h display-1" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false" > </i> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li><a class="dropdown-item" href="#">Action</a></li> <li><a class="dropdown-item" href="#">Another action</a></li> <li><a class="dropdown-item" href="#">Something else here</a></li> </ul> </div> </div>
<div class="card-text"> Nullam feugiat est sed leo efficitur accumsan. Aenean rutrum, nisl ac ultricies efficitur, nunc lacus venenatis dui, eget ultrices odio libero et libero. Maecenas erat elit, scelerisque nec est nec, consequat varius </div> </div></div>
We use other classes to define the different parts of the panel, the panel-title
for writing out the titles in your panel, panel-text
for text, and panel-img
for holding images in your panel.
<div class="panel" style="width: 25rem"> <div class="panel-img"> <img src="https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885__340.jpg" alt="" /> </div> <div class="panel-body"> <div class="panel-title "> Bristol </div> <div class="panel-text"> Nullam feugiat est sed leo efficitur accumsan. Aenean rutrum, nisl ac ultricies efficitur, nunc lacus venenatis dui, eget ultrices odio libero et libero. Maecenas erat elit, scelerisque nec est nec, consequat varius </div> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" /> <img class="pane-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ7ntUU7AzmOxa5HB8zS83sa-JFHEfZJAoI2A&usqp=CAU" /> <img class="pane-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ7ntUU7AzmOxa5HB8zS83sa-JFHEfZJAoI2A&usqp=CAU" /> </div></div>
In this section of the tutorial we also use the Contrast Bootstrap Badge alongside the bootstrap panel, to understand the Bootstrap badge and how to use it in your project, go to here.
<div class="panel" style="width: 25rem"> <div class="panel-body"> <div class="panel-label"> <div class="badge badge-flat bg-secondary">Label 1</div> <div class="badge badge-flat bg-warning">Label 2</div> <div class="badge badge-flat bg-danger">Label 3</div> </div> <div class="panel-title "> Moon Fever </div> <div class="panel-text"> Nullam feugiat est sed leo efficitur accumsan. Aenean rutrum, nisl ac ultricies efficitur, nunc lacus venenatis dui, eget ultrices odio libero et libero. Maecenas erat elit, scelerisque nec est nec, consequat varius </div> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" /> <img class="pane-img" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ7ntUU7AzmOxa5HB8zS83sa-JFHEfZJAoI2A&usqp=CAU" /> </div></div>
My Messages
Cooking
5mins Ago
Cooking
5mins Ago
Cooking
5mins Ago
Cooking
5mins Ago
Cooking
5mins Ago
<div class="panel" style="width: 25rem"> <div class="panel-body"> <div class="d-flex justify-content-between align-item-center mb-1"> <p class="mb-0">My Messages</p> <div class="dropdown p-0"> <i class="fa fa-ellipsis-h display-1" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-expanded="false" > </i> <ul class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <li><a class="dropdown-item" href="#">Action</a></li> <li><a class="dropdown-item" href="#">Another action</a></li> <li><a class="dropdown-item" href="#">Something else here</a></li> </ul> </div> </div>
<div class="pane d-flex align-items-center"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div> <p class="ms-auto pane-item">5mins Ago</p> </div>
<div class="pane d-flex align-items-center"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div> <p class="ms-auto pane-item">5mins Ago</p> </div>
<div class="pane d-flex align-items-center"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div> <p class="ms-auto pane-item">5mins Ago</p> </div>
<div class="pane d-flex align-items-center"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div> <p class="ms-auto pane-item">5mins Ago</p> </div>
<div class="pane d-flex align-items-center"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div> <p class="ms-auto pane-item">5mins Ago</p> </div> </div></div>
We also use the Contrast Bootstrap Progress in our Panel example below, visit here for more information on contrast dropdowns.
Cooking
5mins Ago
<div class="panel" style="width: 25rem"> <div class="panel-body"> <div class="pane d-flex align-items-center mt-0"> <img class="pane-img" src="https://media.istockphoto.com/photos/beautiful-woman-wearing-brown-curly-hairstyle-picture-id495006065?s=170x170" alt="" /> <div class="ms-3"> <h6 class="m-0" style="font-weight:600;">Warren Briggs</h6> <p class="m-0 pane-item">Cooking</p> </div> <p class="ms-auto pane-item">5mins Ago</p> </div>
<div class="progress-container"> <div class="progress-text pane-item">Instagram</div> <div class="progress progress-primary" role="progress" min="0" max="100" value="20"> <div class="progress-bar"></div> </div> </div>
<div class="progress-container"> <div class="progress-text progress-text-secondary">Twitter</div> <div class="progress progress-secondary" role="progress" min="0" max="100" value="30"> <div class="progress-bar"></div> </div> </div>
<div class="progress-container"> <div class="progress-text progress-text-danger">Facebook</div> <div class="progress progress-danger" role="progress" min="0" max="100" value="80"> <div class="progress-bar"></div> </div> </div> </div></div>
Build Tailwind websites visually and ship projects to production in minutes instead of days. Generates code from your designs to export to your favourite frameworks like React, Vue, Angular.
Trying to create components and pages for a web app or website from
scratch while maintaining a modern User interface can be very tedious.
This is why we created Contrast, to help drastically reduce the amount of time we spend doing that.
so we can focus on building some other aspects of the project.
Contrast Bootstrap PRO consists of a Premium UI Kit Library featuring over 10000+ component variants.
Which even comes bundled together with its own admin template comprising of 5 admin dashboards and 23+ additional admin and multipurpose pages for
building almost any type of website or web app.
See a demo and learn more about Contrast Bootstrap Pro by clicking here.