Change visibility based on hover state from parent component

I’d love to be able to change the visibility of a component based on the hover state of a parent component. That would allow me to hide some repeated actions buttons in a few of my apps (until a user hovers over a parent container) leading to a much cleaner UI overall!

Hey @edahlseng, hello there, thanks for writing in!! :smiling_face_with_sunglasses:

We do have a hovered state available for some components, and the Container component you mentioned is one of them. You can find more details and examples in the docs here! Let me know if you have any questions after checking it out!

There are also hover events available for the Calendar and Mapbox components!