From 6bb415ee00bb8cce26c986e38c9d49eb07b87bd4 Mon Sep 17 00:00:00 2001 From: specialdoom <41910815+specialdoom@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:53:41 +0200 Subject: [PATCH] Add `@specialdoom/proi-ui` (#315) Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> --- src/routes/components/components.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index 6f92cbc..293d5c7 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2224,6 +2224,14 @@ "category": "User Interaction", "tags": ["animations", "component sets", "form validation", "notifications"] }, + { + "title": "@specialdoom/proi-ui", + "repository": "https://github.com/specialdoom/proi-ui", + "description": "Yet another Svelte UI lib", + "npm": "@specialdoom/proi-ui", + "category": "User Interaction", + "tags": ["component sets"] + }, { "title": "svelte-currency-input", "repository": "https://github.com/fmaclen/svelte-currency-input",