I am currently working on enhancing the animation of the Buefy loader to display text while loading data into my b-table. Is there a way for me to customize the default loader?
It would be great if I could personalize the vue spinner to include text in the application's loading state.
I found some inspiring examples on this vue-spinner website:
In terms of code:
I have a prop called loading
for my b-table, where I set it to "isloading"
. I change the value of isloading to true or false based on different states within my application.