As I explored the Card documentation on MUI, I found that the Button inside the card is always enclosed within CardActions. However, I couldn't quite grasp the purpose of this tag as it wasn't clearly explained in the documentation. The only noticeable attributes mentioned in their API were disableSpacing, which removes margins and spacing between buttons. In contrast, the CardActionArea tag seemed more intuitive to me as it enables interaction with components inside the card by inheriting ButtonBase. On the other hand, CardActions only seems to inherit native components. Could there be more to this tag that eludes my understanding?