Skip to main content

I’m learning about prototyping. To do so, I copied a button component with a hovering effect from the Interactive Components - Playground File (Creating interactive components frame) into my own file for testing the prototype.


Then, I attempted to create a button with the same properties and hover effect from scratch. However, the prototype doesn’t seem to be working. Could you please review my file here and let me know what I might be doing wrong?


The file consists only of those two buttons:


Now it works! For newbies like me, the error was that I had made changes in the main component and for some reason the button instance inside the “Interactive components” frame did not have the most recent changes. Then, the button instance must show the variant interactions. (The image is when my implemented button is selected)

Captura de pantalla 2023-12-13 140454


Reply