-
I'm opening a Modal that creates Azure data that I then display in the model. Now I just show the Modal and wait until the data shows up. I would like to convey to the user that something is going on. How can I have all the modal window "spinning" or show something spinning over the fields (or whole/part of a Card) that will hold the data? Button has Loading, is it possible to extend that to all elements? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Maybe a better and less intrusive option is to use the PageProgress? docs: https://blazorise.com/docs/components/progress/#page-progress Nothing else comes to mind currently in v0.9.3. Recently I have implemented Blazorise.SpinKit extension in v0.9.4 and would be perfect for this scenario. |
Beta Was this translation helpful? Give feedback.
Maybe a better and less intrusive option is to use the PageProgress?
docs: https://blazorise.com/docs/components/progress/#page-progress
demo: https://bootstrapdemo.blazorise.com/tests/progressbars
Nothing else comes to mind currently in v0.9.3.
Recently I have implemented Blazorise.SpinKit extension in v0.9.4 and would be perfect for this scenario.