From 0be4d72abd5f5a9e98847f22a29d6a72169a4712 Mon Sep 17 00:00:00 2001 From: TheHadiAhmadi Date: Tue, 28 Mar 2023 22:29:59 +0430 Subject: [PATCH] Add YeSvelte component library --- src/routes/components/components.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 9f26747a6..2efbb7187 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2932,5 +2932,23 @@ "category": "Forms & User Input", "tags": ["inputs and widgets", "forms", "interactions"], "stars": 0 + }, + { + "title": "YeSvelte", + "url": "https://github.com/yesvelte/yesvelte", + "description": "Flexible Svelte UI component library, designed to help developers build enterprise-grade web applications quickly and easily", + "npm": "yesvelte", + "addedOn": "2023-02-26", + "category": "Forms & User Input", + "tags": [ + "component sets", + "components and libraries", + "form validation", + "forms", + "inputs and widgets", + "time and date", + "typescript" + ], + "stars": 0 } ]