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

https://github.com/andreepratama27/vue-fullscreen-loading

:tv: A plugin for implements Fullscreen loading build with Vue 2
https://github.com/andreepratama27/vue-fullscreen-loading

css fullscreen jaavscript loading sass vue vue2 webpack

Last synced: about 1 month ago
JSON representation

:tv: A plugin for implements Fullscreen loading build with Vue 2

Awesome Lists containing this project

README

          

[![Coverage Status](https://coveralls.io/repos/github/andreepratama27/vue-fullscreen-loading/badge.svg?branch=master)](https://coveralls.io/github/andreepratama27/vue-fullscreen-loading?branch=master)

# Vue Fullscreen Loading

A simple vue component for implements Fullscreen loading.

# Install

You can use [vue-fullscreen-loading](#) vue-fullscreen-loading.vue an insert into your html
or
You can install via npm

```
npm install vue-fullscreen-loading
```

# Usage

```javascript



import FullscreenLoading from 'fullscreen-loading'
export default {
components: {
FullscreenLoading
},

data () {
return {
isShow: true
}
}
}

```

# Props

###### image (String)

add your image and add to this props

###### show (Boolean)

Enable this component on / off by value that pass to the props