Currently in my React project, I am utilizing Material UI Next. Within this framework, I have implemented the Card component that contains both an image (Card Media) and text (Card Text), with a button located below the text. My inquiry pertains to making the entire card clickable - meaning that regardless of whether a user clicks on the card text, the card image, or the button, it should trigger the onClick event that is currently set up for the button.