The Extension module includes versatile tools like autocomplete inputs, icon-based lists, and some advanced menus. These widgets are ideal for enhancing interactivity and functionality in you application.
Here is a simple introduction of extension widgets. You can access the WUI Coder tool for detailed examples and comprehensive guidance.
Selections
| Class | Description |
|---|
Completer | Provides autocomplete features for text input fields. It suggests options as users type, making it ideal for search bars or form inputs. |
IconComboBox | Combines dropdown functionality with icons, allowing users to select options visually. |
IconListWidget | Displays a list of items with accompanying icons, perfect for categorized lists. |
Pagination | Helps divide menu content into pages with easy navigation controls. |
SplitButton | Combines a main button with a dropdown menu for additional actions. |
| Class | Description |
|---|
LabelSlider | A simple slider with a label to indicate the current value. |
RangeSlider | Allows users to select a range of values between a minimum and maximum. |
LabelRangeSlider | A slider widget with labels for minimum and maximum values, useful for selecting ranges. |
| Class | Description |
|---|
FloatingBar | Provides a toolbar that floats above the content and can also be gripped to move freely, ideal for quick actions. |
RadialMenu | A circular contextual menu for action options, often used in creative or touch-based interfaces. |
MarkingMenu | Combines a radial menu with a traditional popup menu. |
MacToolbar | Mimics the macOS toolbar design, offering a clean and modern interface for tools and actions. |