Pricing Blog

loading screen

  • esclarecido-1221809569416609812

    esclarecido

    1 year ago

    Hi,
    How to implement a simple loading screen while an element (could be the whole page) is loading?
    Is there a kind of state to implement this?
  • alfred_66594-1221825568400478228

    Alfred

    1 year ago

    We have created a component with fixed placement, which we insert into pages with loading. We are using a variable called is_loading, which handles the show/hide of the loading component. The default value is to show the loader, and then we use multiple approaches for hiding depending on the feature eg. sleep, on_success
    👍1