I have the following component.
During OnInitialization
event, I am calling a backend API on my server and when I get a response I am able to change the value of those fields (circled in red)
However, while it is working, it is very poor from an UX point of view as the user first sees 0,00
and then the real value.
I would like to use a shimmer effect on these fields. Any suggestion on how to achieve this result?