Hello,
I need to use the card component across different pages on my app, but with different styles (e.g. different margins, paddings, etc).
What is the recommended way of doing this in react. I tried using CSS modules, but unable to find a clean approach.
Thanks!