1.1.1 • Published 3 years ago

@neiwad/vue-skeleton v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Vue Skeleton 💀

A simple dynamic skeleton component for Vue.js applications.

Supported Vue.js versions

2.X

How to install ?

npm install @neiwad/vue-skeleton

How to use ?

<Skeleton width="50%" height="80%" />
<Skeleton width="100px" height="45px" borderRadius="40px" color="#f4f5f6" />

Props

NameTypeDefault
ColorString#E0E0E0
WidthString100
HeightString100
RoundedBooleanfalse
BorderRadiusString8
  • Width and Height without px or % are set with px by default.
  • Rounded overwrites BorderRadius.

Any issue ?

Feel free to submit an issue here

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.0-beta.5

3 years ago

0.1.0-beta.9

3 years ago

0.1.0-beta.1

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago