1.1.1 • Published 4 years ago
@neiwad/vue-skeleton v1.1.1
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
1.1.1
4 years ago
1.1.0
4 years ago
1.0.0
4 years ago
0.1.0-beta.5
4 years ago
0.1.0-beta.9
4 years ago
0.1.0-beta.1
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago