Page loader module
See original GitHub issueI think one of the things missing for KVision is a good loader/spinner module. Since a lot of the cool things KVision can do are using coroutines and ajax requests, it stands to reason that KVision needs a good loading bar.
I saw there is ProgressBar
which works well for our team in our forms, but we also would like a generic loader when we load our data from the backend (our app is very data intensive and makes a lot of requests).
I could just create something for our team, but would rather contribute something to KVision for others. Let me know what you think, I was thinking something like a wrapper for nanobar.js or pace.js
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Joomla 3.x. How To Manage "Page Loader" Module In Wegy ...
This video shows how to manage " Page Loader " module in Wegy template.We've transcribed this video tutorial for you here: ...
Read more >Loaders - webpack
Loaders are transformations that are applied to the source code of a module. They allow you to pre-process files as you import or...
Read more >Joomla 3.x. How to manage "Page Loader" module in Wegy ...
Navigate to Extensions -> Module manager -> locate Page Loader module -> Options -> Select background image. If you wish to remove logo...
Read more >Custom Loader Module - Customer FX
The Custom Loader Module is a module for Infor CRM Web that will dynamically load custom Javascript and CSS Stylesheet files without the...
Read more >JavaScript Module Loaders - Liferay Help Center
A JavaScript module encapsulates code into a useful unit that exports its ... A normal web page usually loads JavaScript files via HTML...
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
I think a module for pace.js would be very cool (I personally like the simple “Flash” theme). It could be configured automatically for all events when the module is added to the project, and reconfigured at any time with a simple API wrapper.
that sounds good to me, I think this issue is now resolved with version 0.0.37