Is it possible to show loading indicator and text together
See original GitHub issueHi,
When setting isLoading = { true }
a loading indicator will be shown, but the text will be gone in the same time. In popular apps, I usually see the indicator and text are shown in parallel, is it possible to support this?
Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
How to put message text together with Activity Indicator View ...
I have a Activity indicator to inform user wait to login in webservice, but just show a circle rouding, I want set a...
Read more >Stop Using A Loading Spinner, There's Something Better
First, lay out the bare bones UI (Skeleton screen). Next, load the text data. By now, the user knows they've received the content....
Read more >Angular: show loading indicator when obs$ | async is not yet ...
Using async pipe is quite common scenario in many Angular applications. It is as simple as that: class AppComponent { obs$ = of(1).pipe(delay( ......
Read more >Spinner, Loading Bar, Bouncing Dots, Skeleton Loader
A simple CSS walkthrough on how to create some common and basic loading indicators (Spinner, Loading Bar, Bouncing Dots, Skeleton Loader, ...
Read more >What's the cleanest option for a loading indicator in a login ...
1- Change the cursor to a clock (only inside the login dialog) · 2- Add some text above the button saying "Loading" or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Many thanks @evisong! Will review later.
Hi, @alvaromb , sorry for my late response. I’ve created a PR, would you please check it when you have some time?
Thanks.