Dispaying Clickable cards
Hi Team,
I want to display cards like this image. Is this possible somehow with Metronic themes, I checked most of the controls and dont see anything similar.
Looking forwards to your helpful response if such cards are possible.
Replies (1)
Deleted comment
Deleted comment
Deleted comment
Hi,
Sorry for the late reply.
You can use the below example for linkable cards:
<a href="#"%20class="card%20hover-elevate-up%20shadow-sm%20parent-hover" target="_blank" rel="nofollow ugc noopener noreferrer">
<div class="card-body d-flex align-items">
<span class="svg-icon svg-icon-1">
...
</span>
<span class="ms-3 text-gray-700 parent-hover-primary fs-6 fw-bold">
Example link title
</span>
</div>
</a> We will add this example into the documentation in the next update.
Regards