Vue UI preloader is a simple and configurable animated loader/preloader component with CSS3 transitions.
Note: You can either use our playground website to automatically get the set of all props or you can set it manually using the items list below. You can also resort to not scrolling any item, in this case, the preloader will use the default settings.
loading page html template, preloader for websites, css loader animation, css loader spinner, best loader spinner css, css loading spinner example, page loader javascript
How to make use of it:
Install and download:
# Yarn $ yarn add vue-ui-preloader # NPM $ npm i vue-ui-preloader --save
1. Import the UI Loader component.
import loader from "vue-ui-preloader";
2. Register the component and we are ready to go.
Vue.use(loader);
3. Create a loading spinner.
<loader object="#ff9633" color1="#ffffff" color2="#17fd3d" size="5" speed="2" bg="#343a40" objectbg="#999793" opacity="80" name="spinning"></loader>
4. Create mount points.
<loader object="#ff9633" color1="#ffffff" color2="#17fd3d" size="5" speed="2" bg="#343a40" objectbg="#999793" opacity="80" name="dots"></loader>
5. With loading text.
<loader object="#ff9633" color1="#ffffff" color2="#17fd3d" size="5" speed="2" bg="#343a40" objectbg="#999793" opacity="80" name="loading"></loader>
Animated Preloader Component, Vue ui preloader Plugin/Github
See Demo And Download
Official Website(Bot-Academia): Click Here
This superior jQuery/javascript plugin is developed by Bot-Academia. For extra advanced usage, please go to the official website.