@neiwad/vue-skeleton
v1.1.1
Published
A simple dynamic skeleton component for Vue.js applications.
Downloads
17
Readme
Vue Skeleton 💀
A simple dynamic skeleton component for Vue.js applications.
Supported Vue.js versions
2.X
How to install ?
npm install @neiwad/vue-skeletonHow 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
