Loading message and timeout with innerLoading component
-
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.
-
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