How to use skeleton page loading in quasar
-
I need to data loading placeholder (skeleton) like facebook or linkedin
how could i use it. -
As Razvan wrote in the issue on Github:
There’s an entire section on this in the docs (called “Progress”):
https://quasar-framework.org/components/loading.html
https://quasar-framework.org/components/spinner.html
https://quasar-framework.org/components/ajax-bar.html
https://quasar-framework.org/components/loading-bar.html
https://quasar-framework.org/components/inner-loading.html
https://quasar-framework.org/components/progress-bar.htmlScott
-
I believe he is talking about this https://codepen.io/fathy_ar/pen/zzYeNb
-
@wilcorrea said in How to use skeleton page loading in quasar:
I believe he is talking about this https://codepen.io/fathy_ar/pen/zzYeNb
looks nice.
-
I didnt see about this in quasar and I dont believe what quasar can include all variations of this approach. Maybe exists anything in npm ecosystem : )
-
The innerloading should be able to handle that. Maybe not in as much depth as the codepen above, but it’s purpose is similar.
Scott