Skip to content

TrendingTechnology/vue-element-loading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-element-loading

⏳ Loading inside a container or full screen for Vue.js

👀 Document & Demo Page

Docs & Live demo

💻 Install

npm install --save vue-element-loading

or

yarn add vue-element-loading

🕹 Usage

import Vue from 'vue'
import ElementLoading from 'vue-element-loading'

Vue.component('ElementLoading', ElementLoading)

or

import VueElementLoading from 'vue-element-loading'

export default {
  components: {
    VueElementLoading
  }
}

🔎 Example

<vue-element-loading :active="show" spinner="spinner" color="#FF6700"/>

⚙️ Props

Props Type Default Description
active Boolean - Status for show/hide loading
spinner String spinner Spinner icon name
color String #ccc Color of spinner icon
is-full-screen Boolean false Loader will overlay the full page

🤝 Contributing

  1. Fork this repository.
  2. Create new branch with feature name.
  3. Run npm install and npm run dev.
  4. Create your feature.
  5. Commit and set commit message with feature name.
  6. Push your code to your fork repository.
  7. Create pull request. 🙂

⭐️ Support

If you like this project, You can support me with starring ⭐ this repository.

📄 License

MIT

Developed with ❤️ and ☕️

About

⏳ Loading inside a container or full screen for Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 83.8%
  • JavaScript 14.8%
  • HTML 1.4%