Button text in Button component

How to change text in buttons if it is a component? Please elaborate.

You create a property and then bind that property to the text of the button

Then you can define it per instance basis

I made a button
image
I made it a component. I added the property “Text”


Then I add a button from the Library, but I can’t change the text. And the initial value should be “button” and I still have “GO”.

  • Go into editing mode for component
  • Click on the button
  • Bind the text to the Property

1 Like

Thanks, now I get it:)

1 Like