Skip to content
#

loading

Here are 659 public repositories matching this topic...

drewg233
drewg233 commented Apr 25, 2018

I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?

create-content-loader
danilowoz
danilowoz commented Oct 8, 2019

Share your loader with the community.

That's is a way to share your custom loader with the React community. Besides you can help the other developers to create amazing loaders to their interfaces. There are so many ways to build a content loader, show off here!

How to insert a loader?

  1. Build your custom amazing loader;
  2. Create a file with a custom name, [here](https://githu
vue-loading-overlay
AfiqRosli
AfiqRosli commented Jan 4, 2021

I'm trying to stop the loading overlay once all assets (including images) done loaded. So I initialised the isLoading to true and attached load event listener in the mounted life hook.

When the load event listener is attached, the spinner only shows as a static image, frozen. If removed, it will spin forever.

There is no error message on the console.

App.vue

Template

<v-m

Improve this page

Add a description, image, and links to the loading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loading topic, visit your repo's landing page and select "manage topics."

Learn more