Widgets are the building blocks of Iced applications. They are used to create the UI of the application.
Most widgets follow the same lifecycle:
- Rendering
- Accepting user input
- Displaying messages
- Text
- Button
- TextInput
- Checkbox
- Toggler
- Radio
- PickList
- ComboBox
- Slider And VerticalSlider
- ProgressBar
- Tooltip
- Rule
- Image
- Svg
➡️ Next: Text
📘 Back: Table of contents