vue-loading-button is a straight Vuejs button with a loading indicator sliding into the button once you turn it on.
vue loading button, vue loading spinner, vue js loading spinner example, vue loading overlay, vue 3 loading spinner, vue loading bar, vue3 loading button
How to make use of it:
Installation:
$ npm i vue-loading-button or $ yarn add vue-loading-button
Import, register, and place the component in your Vue app.
<template> <VueLoadingButton /> </template>
import VueLoadingButton from 'vue-loading-button' export default { components: { VueLoadingButton, }, }
Props
Prop | Type | Required | Default | Description |
---|---|---|---|---|
loading | boolean | false | false | Controls loading indicator animation |
styled | boolean | false | false | Enables opinionated sample styles |
loading indicator in button for vue js, vue-loading-button Plugin/Github, vue show loading while rendering
See Demo And Download
Official Website(shwilliam): Click Here
This superior jQuery/javascript plugin is developed by shwilliam. For extra advanced usage, please go to the official website.
Be First to Comment