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. + + diff --git a/Client-Side Components/UI Pages/Progress Loader/example_use_GlideModal.js b/Client-Side Components/UI Pages/Progress Loader/example_use_GlideModal.js new file mode 100644 index 0000000000..8cae06d761 --- /dev/null +++ b/Client-Side Components/UI Pages/Progress Loader/example_use_GlideModal.js @@ -0,0 +1,14 @@ + + +//Example code to show the UI Page in GlideModal + +var dialog = new GlideModal("YOUR_UI_PAGE_NAME"); + +//Set the dialog title +dialog.setTitle('Demo title'); + +//Set the dialog width +dialog.setWidth(550); + +//Display the modal +dialog.render(); 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 @@ + + + +
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+ + +
+
+
+
+