hzdg / hz-core

HZ's internal library of React Components 🚧
https://hz-core.netlify.com
0 stars 0 forks source link

Create Hoverable component #9

Closed elainen closed 5 years ago

elainen commented 6 years ago

A simple component that manages hover state for its children component.

aamorozov commented 5 years ago

I think we should explore an option of adding a component that is hoverable on devices that support hover states and clickable on devices that are not. I am facing this need in a few places already and it is something that I think could be abstracted - I'll give it a stab.

aamorozov commented 5 years ago

15