@neiwad/vue-skeleton

1.1.1 • Public • Published

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

Name Type Default
Color String #E0E0E0
Width String 100
Height String 100
Rounded Boolean false
BorderRadius String 8
  • Width and Height without px or % are set with px by default.
  • Rounded overwrites BorderRadius.

Any issue ?

Feel free to submit an issue here

/@neiwad/vue-skeleton/

    Package Sidebar

    Install

    npm i @neiwad/vue-skeleton

    Weekly Downloads

    1

    Version

    1.1.1

    License

    none

    Unpacked Size

    616 kB

    Total Files

    13

    Last publish

    Collaborators

    • neiwad