I am trying to use ribbons to show multiple informations in card headers. My design idea requires multiple ribbons(atleast 3). Any possibility ?
Hi,
Sure you can use 3 ribbons as shown below:
<div class="card-header ribbon ribbon-top ribbon-vertical">
<div class="ribbon-label bg-danger">
OK!
</div>
<div class="ribbon-label bg-danger">
OK!
</div>
<div class="ribbon-label bg-danger" >
OK!
</div>
<div class="card-title">Ribbon Example</div>
</div>
margin-right to adjust the ribbon label positions as per your requirements. All three ribbons appear on top of each other , how to have those aligned.
Hi,
Please try to add style = "margin-right: 50px"
via inline css styles.
Regards.