octoshrimpy / bulma-o-steps

In-depth Steps component for Bulma.io
https://octoshrimpy.github.io/bulma-o-steps
GNU General Public License v3.0
84 stars 35 forks source link

Card on Hover #12

Open abramjstamper opened 5 years ago

abramjstamper commented 5 years ago

Great additional to the Bulma library! Is there any support for adding a component like a card or box on hover?

octoshrimpy commented 5 years ago

@abramjstamper could you elaborate a bit more?

abramjstamper commented 5 years ago

Of course. I was working with this in React so the term component made sense to use. I tried to make a JSFiddle of what I was asking about to help clarify. My example is missing the onHover because I hardcoded a card as the step-content's child. Is there any additional CSS classes to show/hide a card or step-content when a user click/hovers over a step-segment?

https://jsfiddle.net/pfb1kvtd/6/

octoshrimpy commented 5 years ago

that can be done for sure. I'll need a bit of time to get it all done, but that can be done.

octoshrimpy commented 5 years ago

now under work.

nikhilkadyan commented 4 years ago

any update on this ?