1.1.3 • Published 5 years ago

vue-skeleton-screen v1.1.3

Weekly downloads
31
License
MIT
Repository
github
Last release
5 years ago

Usage

//javascript
import SkeletonCard from 'vue-skeleton-screen';
...
export default{
...
	components: {
    	SkeletonCard,
	}
...
};
<!-- html -->
<!-- the width of the card will determined by its parent -->
<div class="container">
  <skeleton-card actions round hover></skeleton-card>
</div>

Installatoin

Using npm:

$ npm i --save vue-skeleton-screen

Dependencies

  • Vue, This is a component written in vue and can only use for Vue projects. For information, go to https://vuejs.org/.

Api

flagTypeDefaultDescription
headerBooltrueheader with or without a avatar along with a title and subtitle set to false to hide it.
avatartBooltruea round avatar in header, set to false to hide it.
mediaBooltruemedia is a grey div stands for image to be loaded, set to false to hide it.
actionBoolfalseactions contains two action button placeholders, set to true to enable it.
linesNumber2display how many lines in text section.
roundBoolfalseset to true if you want rounded corner of the placeholder
darkBoolfalseset to true to use dark theme.
isLoadingBoolfalseset to true to display loading animation.
1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago