We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1380900 commit 895562dCopy full SHA for 895562d
data.js
@@ -38,6 +38,17 @@ module.exports = [{
38
url: "https://github.com/eorroe/NodeList.js",
39
source: "https://raw.githubusercontent.com/eorroe/NodeList.js/master/NodeList.js"
40
},
41
+ {
42
+ name: "Star Rating",
43
+ github: "geminilabs/star-rating.js",
44
+ tags: ["rating", "stars", "star-rating"],
45
+ description: "Transforms a SELECT element into a dynamic star rating control",
46
+ url: "https://geminilabs.github.io/star-rating.js/",
47
+ source: [
48
+ "https://raw.githubusercontent.com/geminilabs/star-rating.js/master/src/star-rating.js",
49
+ "https://raw.githubusercontent.com/geminilabs/star-rating.js/master/dist/star-rating.css"
50
+ ]
51
+ },
52
{
53
name: "Dragula",
54
github: "bevacqua/dragula",
0 commit comments