https://github.com/webcodebg/vue-skeleton-loader
Vue modern loading for components
https://github.com/webcodebg/vue-skeleton-loader
animation skeleton-loading vue
Last synced: 10 months ago
JSON representation
Vue modern loading for components
- Host: GitHub
- URL: https://github.com/webcodebg/vue-skeleton-loader
- Owner: webcodebg
- License: mit
- Created: 2019-11-28T19:33:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:54:27.000Z (about 3 years ago)
- Last Synced: 2025-02-21T17:02:46.226Z (11 months ago)
- Topics: animation, skeleton-loading, vue
- Language: Vue
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Vue Skeleton Loader
Show component's skeleton before it's loaded
# Installation
Via NPM
````javascript
import Vue from 'vue'
import VueSkeletonLoader from 'vue-skeleton-loader'
// Extends also premade components for styling
Vue.use(VueSkeletonLoader)
````
Via CDN
````html
````
````javascript
Vue.use(window.vueSkeletonLoader)
````
# Usage
## Drawing a skeleton
TODO: add docs for drawing skeletons
## Using premade skeletons
TODO: create social media skeleton
Social media post skeleton component
````html
````
Article skeleton component
````html
````
Preview:

# Contributions
Read contributions file to get started and guides
# License
MIT License
Copyright (c) 2019 Webcode