hc-loading-app
v0.0.7
Published
A Vuejs component for show loading
Downloads
83
Readme
hc-loading
Installation
npm i @haftcinco/hc-loading
Module
import progress-bar from "@haftcinco/hc-loading"
props
1. Loading Size
2. Backgrounds
3. Loading Position
4.VerticalAlign
5.Logo
6.Full Page
7.Logo Image
Loading Size
| ||
|----------------|-------------------------------|
|type|...|
|default|medium
|
|required|false|
Backgrounds
| ||
|----------------|-------------------------------|
|type|Boolean|
|default|true
|
|required|false|
Loading Position
you can set the loading position
| ||
|----------------|-------------------------------|
|type|string|
|default|absolute
|
|required|false|
Vertical Align
| | |
|----------------|-------------------------------|
|type|string|
|default|center
|
|required|false|
Logo
| | |
|----------------|-------------------------------|
|type|Boolean|
|default|true
|
|required|false|
Full Page
| | |
|----------------|-------------------------------|
|type|Boolean|
|default|true
|
|required|false|
Logo Image
| | |
|----------------|-------------------------------|
|type|String|
|default|""
|
|required|false|