scrimba
Display Icons on Hover
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Display Icons on Hover
AboutCommentsNotes
Display Icons on Hover
Expand for more info
z_challenge.md
run
preview
console
# Challenge

Conditionally render the heart and plus icons when an Image component is being hovered on

1. Icon to render for the heart:
<i className="ri-heart-line favorite"></i>

2. Icon to render for the plus:
<i className="ri-add-circle-line cart"></i>
Console
/
-3:31