How can I change these numbers dynamically?
- Go to Badge page
- Select the Count component
- Click Edit on top right
- Add a new Value property
- Bind the number value to this property
After this you should be able to handle this
Thank you for responding to me…
I included a new property: value. However, it doesn’t change the value of the badge. Why?
You need to bind that property value to the number element inside the badge
Could you tell me how to do this, please? I’m new here.
- Go and click on the ‘Badge’ component
- Select the ‘Number’ element inside of it and go to the Settings tab
- Click on the plug icon next to the Value field and then you will find your value property
I suggest you try creating a basic component yourself if you’re a beginner first to see the concepts and how they work
thanks