From 05c9db1dbf6372cd92f4c723bdda9204e0c9f628 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Sun, 12 May 2024 20:41:34 +0700 Subject: [PATCH] Add `happyx-ui` library (#2868) * Added package happyx_ui * Update packages.json [`happyx_ui` -> `happyx-ui`] --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 83a32706..6b93f31f 100644 --- a/packages.json +++ b/packages.json @@ -33347,5 +33347,21 @@ "description": "Easter date calculation engine.", "license": "MIT", "web": "https://github.com/GeK2K/easter" + }, + { + "name": "happyx-ui", + "url": "https://github.com/HapticX/happyx-ui", + "method": "git", + "tags": [ + "web", + "gui", + "ui", + "library", + "happyx", + "happyx-native" + ], + "description": "UI library for HappyX web framework", + "license": "MIT", + "web": "https://github.com/HapticX/happyx-ui" } ]