-
-
Email 08
1 min agoView allYour Order Has Been Shipped
Order No: 123456 Has Shipped To Your Delivery AddressDiscount Available
Discount Available On Selected ProductsAccount Has Been Verified
Your Account Has Been Verified SucessfullyOrder Placed ID: #1116773
Order Placed SuccessfullyOrder Delayed ID: 7731116
Order Delayed UnfortunatelyYour Order Has Been Shipped
Order No: 123456 Has Shipped To Your Delivery AddressDiscount Available
Discount Available On Selected ProductsAccount Has Been Verified
Your Account Has Been Verified SucessfullyOrder Placed ID: #1116773
Order Placed SuccessfullyOrder Delayed ID: 7731116
Order Delayed Unfortunately -
Notifications 08
6 min agoView allOrder Placed ID: #1116773
Order Placed SuccessfullyOrder Delayed ID: 7731116
Order Delayed UnfortunatelyYour Order Has Been Shipped
Order No: 123456 Has Shipped To Your Delivery AddressDiscount Available
Discount Available On Selected ProductsAccount Has Been Verified
Your Account Has Been Verified SucessfullyOrder Placed ID: #1116773
Order Placed SuccessfullyOrder Delayed ID: 7731116
Order Delayed UnfortunatelyYour Order Has Been Shipped
Order No: 123456 Has Shipped To Your Delivery AddressDiscount Available
Discount Available On Selected ProductsAccount Has Been Verified
Your Account Has Been Verified Sucessfully
Collapse
Default Collapse
Some placeholder content for the collapse component. This panel is hidden by default but revealed when the user activates the relevant trigger.
<p class="d-inline-flex gap-1">
<a class="btn btn-primary" data-bs-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample">
Link with href
</a>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample">
Button with data-bs-target
</button>
</p>
<div class="collapse" id="collapseExample">
<div class="card card-body border-color text-body fs-14">
Some placeholder content for the collapse component. This panel is hidden by default but revealed when the user activates the relevant trigger.
</div>
</div>
Horizontal collapse
This is some placeholder content for a horizontal collapse. It's hidden by default and shown when triggered.
<p>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#collapseWidthExampleh" aria-expanded="false" aria-controls="collapseWidthExampleh">
Toggle width collapse
</button>
</p>
<div style="min-height: 120px;">
<div class="collapse collapse-horizontal" id="collapseWidthExampleh">
<div class="card card-body bordercolor text-body fs-14" style="width: 300px;">
This is some placeholder content for a horizontal collapse. It's hidden by default and shown when triggered.
</div>
</div>
</div>
Multiple Collapse
Some placeholder content for the first collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
Some placeholder content for the second collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
<p class="d-inline-flex gap-1">
<a class="btn btn-primary" data-bs-toggle="collapse" href="#multiCollapseExample1" role="button" aria-expanded="false" aria-controls="multiCollapseExample1">Toggle first element</a>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target="#multiCollapseExample2" aria-expanded="false" aria-controls="multiCollapseExample2">Toggle second element</button>
<button class="btn btn-primary" type="button" data-bs-toggle="collapse" data-bs-target=".multi-collapse" aria-expanded="false" aria-controls="multiCollapseExample1 multiCollapseExample2">Toggle both elements</button>
</p>
<div class="row">
<div class="col">
<div class="collapse multi-collapse" id="multiCollapseExample1">
<div class="card card-body border-color text-body fs-14">
Some placeholder content for the first collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
</div>
</div>
</div>
<div class="col">
<div class="collapse multi-collapse" id="multiCollapseExample2">
<div class="card card-body border-color text-body fs-14">
Some placeholder content for the second collapse component of this multi-collapse example. This panel is hidden by default but revealed when the user activates the relevant trigger.
</div>
</div>
</div>
</div>
Copyright © Dess Is Proudly Owned by Coder Deves