No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Loading message and timeout with innerLoading component

    Help
    2
    2
    748
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      atpim last edited by

      Is it possible to add message bellow the spinner that changes on timeout in the innerLoading component: https://quasar.dev/vue-components/inner-loading
      just like it works with the loading-plugin:
      https://quasar.dev/quasar-plugins/loading ?

      Im trying to use inner loading component like it can be used with the plugin but inside a q-card component, just not sure how I would be able to apply it.

      1 Reply Last reply Reply Quote 0
      • J
        jraez last edited by jraez

        You can add content in the component template:

         <q-inner-loading :showing="visible">
            <div>foo</div>
            <spinner-gears size="50px" color="primary" />
         </q-inner-loading>
        

        You can also use q-overlay extension: https://github.com/quasarframework/quasar-ui-qoverlay

        1 Reply Last reply Reply Quote 1
        • First post
          Last post