Can I make the entire Vue Card component clickable for a single link?
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 10 Nov 2023, 01:56 PM
Hello, David,
I have already answered your support thread on this matter, for anyone else interested in this case I am copying my initial reply here as well:
The card does not expose a clickable event/prop, but you can achieve this result by wrapping the desired card(s) into a simple div and handle its `click` event directly. You can test this approach in the sample below: