From 7e25a29ac2cf94a4767adf33089b7cb493cca708 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Sun, 21 Apr 2024 22:04:52 +0800 Subject: [PATCH 1/2] add stimulus, turbo, unpoly --- data/libraries.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/data/libraries.json b/data/libraries.json index 9c83754..7cf75ae 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -266,4 +266,28 @@ "cdn_url": null, "categories": ["ui"] }, + { + "name": "Stimulus", + "repo_url": "https://github.com/hotwired/stimulus", + "size": "~12 KB", + "web_components": false, + "cdn_url": null, + "categories": ["ui"] + }, + { + "name": "Turbo", + "repo_url": "https://github.com/hotwired/turbo", + "size": "~24 KB", + "web_components": false, + "cdn_url": null, + "categories": ["ui"] + }, + { + "name": "unpoly", + "repo_url": "https://github.com/unpoly/unpoly", + "size": "~50 KB", + "web_components": false, + "cdn_url": null, + "categories": ["ui"] + } ] From 114828878200a7c04110186c064f2cba33f2dce2 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Sun, 21 Apr 2024 22:05:33 +0800 Subject: [PATCH 2/2] chore --- data/libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/libraries.json b/data/libraries.json index 7cf75ae..b860c3d 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -283,7 +283,7 @@ "categories": ["ui"] }, { - "name": "unpoly", + "name": "Unpoly", "repo_url": "https://github.com/unpoly/unpoly", "size": "~50 KB", "web_components": false,