Skip to main content
Martin_Mateos_Sanchez
December 13, 2023
Solved

Simple button prototype not working

  • December 13, 2023
  • 1 reply
  • 1357 views

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:

This topic has been closed for replies.
Best answer by Martin_Mateos_Sanchez

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

1 reply

Martin_Mateos_Sanchez
December 13, 2023

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