Skip to content

Commit 869aa91

Browse files
committed
added live demo and badges to readme
1 parent f30a28b commit 869aa91

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Tailwindcss plugin to make skeleton screen easier than ever.
44

5-
[Live Demo](https://jsfiddle.com)
5+
![npm (scoped)](https://img.shields.io/npm/v/@gradin/tailwindcss-skeleton-screen)
6+
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@gradin/tailwindcss-skeleton-screen)
7+
![npm](https://img.shields.io/npm/dw/@gradin/tailwindcss-skeleton-screen)
8+
9+
[Live Demo](https://play.tailwindcss.com/pvcsIiczqb)
610

711
## Installation
812

@@ -22,7 +26,7 @@ module.exports = {
2226
// ...
2327
},
2428
plugins: [
25-
require('@gradints/tailwindcss-skeleton-screen'),
29+
require('@gradin/tailwindcss-skeleton-screen'),
2630
// ...
2731
],
2832
}

0 commit comments

Comments
 (0)