1.0.6 • Published 6 years ago

vue-awesome-skeleton v1.0.6

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

vue-awesome-skeleton

vue-awesome-skeleton for rendering fake content before get real data

Demo

Live Demo

Installation

npm install vue-awesome-skeleton --save

Usage

Include plugin in your main.js file.

import Vue from "vue";
import SkeletonComponent from "vue-awesome-skeleton"

Vue.use(SkeletonComponent)

Example

<skeleton :rounded="true">
    <skeleton-heading :img="true" />
    <skeleton-text :lines="3" />
</skeleton>

Options

Available properties:

  • root <skeleton>

    • Boolean animated (default: true)
    • Boolean rounded (default: false) - border radius
    • Boolean centered (default: false)
  • <skeleton-heading />

    • Boolean img (default: false)
    • Boolean circular (default: false)
  • <skeleton-text />

Number lines (default: 4)

  • <skeleton-img />
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago