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.
https://ibb.co/KWh6HKm
Replies (1)
Hi,
Sorry for the late reply.
You can use the below example for linkable cards:
<a href="#" class="card hover-elevate-up shadow-sm parent-hover">
<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