Collapsible Container

The widget saves space by allowing the component to fold when needed. It will show the contents in collapse mode. The dual-mode feature provides logistics efficiency to the app.

Interaction

Disabled

Disables the user interaction with the element on the page. It visually indicates that the element is inactive and prevents users from interacting with it when applied. Shows a red-crossed warning symbol and can be customized to disable the widget according to certain conditions using low-code.

Hide

This sets whether the widget has to be displayed on the screen when the program is loaded. This shows/hides the widget both on desktop and mobile devices.

Tooltip

Tooltips display additional information upon mouse hover. This information will be contextual, useful, and informative. The tooltip will be immediately shown when the user's mouse hovers over the widget, and immediately hides when the user's mouse leaves.

Loading

It will be useful when there is a process to be carried out, like running a query to fetch data, before the widget is loaded. The loading boolean value can be utilized to show the spinner till the process is complete.

Layout

PropertyDescription

Show Header

Decides whether to show the header

Show Body

Decides whether to show the body of the widget

Show Footer

Decides whether to show the footer part of the widget

Fixed on Position

Decides if the widget is fixed on the screen or can be moved using mouse drag

Show at Bottom of Content

Need dev input

Last updated