The Queue component in your application is designed to display statistical data using buckets, organizing information into a sequential group of cards. Each card in the queue represents a bucket of data and can be clicked by the end-user to reveal detailed information. Key Features Common Use Cases The Queue component provides a flexible and… Continue reading Queue
Category: Design
PV
The Pair Values (PV) component in your application is designed to display values from one array based on the values of another array. This functionality makes it useful for scenarios where you want to establish a connection or pairing between two sets of data and present them side by side for better insight or analysis.… Continue reading PV
Pivot Table
The Pivot Table component in your application allows for dynamic analysis and summarization of large data sets. This component is designed to transform raw data into meaningful insights by organizing it into rows and columns, providing the ability to apply aggregate functions such as sums, averages, or counts. Key Features Use Cases The Pivot Table… Continue reading Pivot Table
Media Uploader
The Media Uploader component allows users to directly upload media files, such as text files, images, videos, or audio, into the application. It provides an intuitive interface for selecting files from the user’s device and uploading them to the server or a designated storage location. Note: The Media Uploader is located under the DMS (Document… Continue reading Media Uploader
List
The List component is designed to display a collection of items in an organized manner. It can be used to present data, content, or elements in a linear format, making it ideal for displaying sets of items like tasks, user profiles, products, or any repeatable data. Key Features: Common Use Cases: Creating a list Note:… Continue reading List
JSON Viewer
The JSON Viewer component allows users to view JSON data in a structured, hierarchical, and readable format without the ability to edit it. This makes it easier for users to navigate through complex JSON objects without worrying about editing or altering the data. Key Features: Common Use Cases: Creating JSON Viewer Note: You can create… Continue reading JSON Viewer
JSON Editor
The JSON Editor is designed to allow users to directly manipulate JSON (JavaScript Object Notation) data in a user-friendly environment. It provides a text area where JSON objects can be added, modified, or deleted, giving users full control over their structured data. Key Features Common Use Cases The JSON Editor component provides an essential tool… Continue reading JSON Editor
Gallery
Gallery Component The Gallery component is designed to display a collection of images or media in an organized and visually appealing format. It enables users to browse through multiple media files, making it ideal for applications that require visual content presentation, such as portfolios, image libraries, or product showcases. Key Features: Common Use Cases: Creating… Continue reading Gallery
Full Calendar
The Full Calendar component is an advanced calendar feature that allows users to view and manage events in different timeframes, such as month, week, or day views. This component provides detailed scheduling functionality, making it ideal for applications that require comprehensive event tracking and management. Key Features: Common Use Cases: Difference from Basic Calendar: While… Continue reading Full Calendar
Form
The Form component in your application is a key interface element used for collecting and submitting data from users. It consists of various input fields (fieldset), buttons, and other interactive elements that allow users to provide information, which can then be processed or stored in the system. Forms are essential for user registration, login, surveys,… Continue reading Form