How can i make a ion-card be clickable like a button with click effect?

I tried envolve my card with a button, but the area click is bigger than card area.
click

I tried a action (click) on card, but this have no click effect.

1 Like

Hi, try this:

<ion-card >
    <button ion-item>
    </button>
</ion-card>

With this your card will have the click effect inside him now :stuck_out_tongue:

1 Like