QInnerLoading - Add label #8619
Comments
you could make a wrapper of what you're currently doing and implement those custom props you mentioned. |
This is indeed what I did. As I thought it might be a common need, I proposed it as a feature. Or, if not so common, we might add an example of such wrapper in the docs, what do you think? |
good idea, PR would be nice. |
@DocBouCou I've added the If Hopefully, someone form the Quasar core team will get a chance to look at it an merge soon :) |
Is your feature request related to a problem? Please describe.
I am using QInnerLoading a lot in my app, I think it is very convenient. I have a very common use case which is not directly covered by the component: I put a short explanation text under the spinner (e.g. "checking parameters...", "saving..." etc.).
Describe the solution you'd like
A direct solution would be to add optional "label" and "text-color" props. If not empty, it shows the text.
Describe alternatives you've considered
I am using the default slot to add default spinner and a short text. It works, it is easy, but not really convenient.
The text was updated successfully, but these errors were encountered: