Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 14 hours ago
JSON representation

Vue modern loading for components

Awesome Lists containing this project

README

        



![vue-skeleton-loader logo](https://webcode.bg/upload/snippet.png)
# 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:
![vue-skeleton-loader article preview](https://webcode.bg/upload/snippet.gif)

# Contributions

Read contributions file to get started and guides

# License

MIT License

Copyright (c) 2019 Webcode