From 843b6a6f2aae8f4942f359fc2ab7940baed978ed Mon Sep 17 00:00:00 2001 From: Nilesh Wahule <77268537+Its-Nmk@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:28:23 +0530 Subject: [PATCH 1/3] Add README for Loaders UI Page This UI Page showcases loaders and spinners for web applications, enhancing user experience during data loading. --- .../UI Pages/Progress Loader/REAMDE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Client-Side Components/UI Pages/Progress Loader/REAMDE.md diff --git a/Client-Side Components/UI Pages/Progress Loader/REAMDE.md b/Client-Side Components/UI Pages/Progress Loader/REAMDE.md new file mode 100644 index 0000000000..d40f830872 --- /dev/null +++ b/Client-Side Components/UI Pages/Progress Loader/REAMDE.md @@ -0,0 +1,17 @@ +# Loaders UI Page + +This UI Page showcases a collection of loaders and spinners designed to visually represent ongoing processes in web applications. These components enhance user experience by providing clear feedback during data loading or processing. + +## Features +- A diverse set of loader and spinner designs. +- Fully responsive and easily customizable. +- Lightweight and seamlessly integrable into glideModal or other UI components. + + +## Usage +1. Select the desired loader's HTML and CSS code from the examples. +2. Go to the Application Navigator and search for UI Pages under **System UI > UI Pages**. +3. Click on New and create new record by adding given HTML in the HTML section. +4. Adjust the styles as needed to align with your design requirements. + + From 910df08f36050096092f0ff207b80e591ea90697 Mon Sep 17 00:00:00 2001 From: Nilesh Wahule <77268537+Its-Nmk@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:31:15 +0530 Subject: [PATCH 2/3] Add loading animations with HTML and CSS This file contains HTML and CSS for three different loading animations, including styles and structure for each loader. --- .../UI Pages/Progress Loader/loaderHTML.html | 278 ++++++++++++++++++ 1 file changed, 278 insertions(+) create mode 100644 Client-Side Components/UI Pages/Progress Loader/loaderHTML.html diff --git a/Client-Side Components/UI Pages/Progress Loader/loaderHTML.html b/Client-Side Components/UI Pages/Progress Loader/loaderHTML.html new file mode 100644 index 0000000000..490af48e92 --- /dev/null +++ b/Client-Side Components/UI Pages/Progress Loader/loaderHTML.html @@ -0,0 +1,278 @@ + + + +