Hi
I need to display a bunch of dashboard components / widgets, each of which will need to display left aligned text with padding, show a shadow when hovered over, and navigate to another dashboard when clicked.
I could choose between a label and a button. Problem is that a label has padding but no shadow, whereas a button has shadow but no padding?! (I’m using version 5 - don’t know if it’s changed in v6)
What component should I use, and how should I customise it to achieve both padding and a shadow on hover of only the hovered component?
Thanks