📄️ Text Input
The Text Input widget provides a single-line text input field that allows users to enter and edit text.
📄️ TextArea
The TextArea widget provides a multi-line text input field for entering longer text content.
📄️ Button
The Button widget provides a clickable button element that can trigger actions when clicked.
📄️ Number Input
The Number Input widget provides a specialized input field for numerical values with optional validation and formatting.
📄️ Checkbox
The Checkbox widget provides a toggleable input control that allows users to select or deselect an option.
📄️ Select
The Select widget provides a dropdown menu that allows users to choose one option from a list of choices.
📄️ Multi Select
The Multi Select widget provides a dropdown menu that allows users to select multiple options from a list of choices.
📄️ Date Input
The Date Input widget provides a specialized input field for selecting dates with a calendar picker interface.
📄️ Date Time Input
The Date Time Input widget provides a specialized input field for selecting both date and time with calendar and time picker interfaces.
📄️ Time Input
The Time Input widget provides a specialized input field for selecting time values with a time picker interface.
📄️ Table
The Table widget provides a way to display and interact with tabular data, supporting features like sorting, pagination, and row selection.
📄️ Markdown
The Markdown widget provides a way to display formatted text content using Markdown syntax, allowing for rich text presentation without complex HTML.
📄️ Checkbox Group
The Checkbox Group widget provides a collection of related checkboxes that allow users to select multiple options from a predefined set.
📄️ Radio
The Radio widget provides a group of mutually exclusive options where users can select only one option at a time.
📄️ Form
The Form widget provides a container for organizing form elements with built-in submission handling.
📄️ Columns
The Columns widget provides a layout container that arranges child widgets horizontally in a row with customizable spacing.