UI elements
UI builder includes various common UI elements, grouped in the UI element menu by functionality.
- Input, Password, NumPicker, Switch, Select, Checkbox, Button-Group, Datepicker, Timepicker
- Button, Link
- Text, Header, Alert, Tooltip, Tag
- Divider, Group
- Table
For each UI element, you set:
- properties (label, width, etc.).
Note
For details of available element properties, see the corresponding element details page.
[optional] visibility conditions (whether the element is visible or enabled depending on other elements).
[optional] validation conditions for user input.
In this way, your CyberApp UI can support scenarios over a wide range of complexity.