Expand description
Built-in views provided by vizia.
Modules§
- Derived lenses for
Badge
. - Derived lenses for
Chip
. - Derived lenses for
ComboBox
. - Derived lenses for
List
. - Derived lenses for
MenuBar
. - Derived lenses for
MenuButton
. - Derived lenses for
PopupData
. - Derived lenses for
Popup
. - Derived lenses for
Submenu
. - Derived lenses for
VirtualList
.
Structs§
- Makes a knob that represents the current value with an arc
- An avatar is used to visually represent a person or entity and can contain text, an icon, or an image.
- A view with a binding which rebuilds its contents when the observed data changes.
- A simple push button with a contained view.
- A checkbox used to display and toggle a boolean state.
- A visual indicator such as a tag.
- A control used to select a date.
- A dropdown is used to display some state with the ability to open a popup with options to change that state.
- A basic element with no interactivity.
- A view which arranges its children into a horizontal stack (row).
- A label used to display text.
- A view for creating a list of items from a binding to a
Vec<T>
- A simple ProgressBar that can be used to show progress of something.
- A radio button used to display and toggle boolean state.
- The slider control can be used to select from a continuous set of values.
- A Switch used to display and toggle a boolean state.
- The
Textbox
view provides an input control for editing a value as a string. - Makes a round knob with a tick to show the current value
- Adds tickmarks to a knob to show the steps that a knob can be set to. When added to a knob, the knob should be made smaller (depending on span), so the knob doesn’t overlap with the tick marks
- A tooltip view.
- A view which arranges its children into a vertical stack (column).
- A view which overlays its children on top of each other.
Enums§
- Enum which represents the geometric variants of an avatar view.
- Enum which represents the placement of a badge on its parent.
- Used in conjunction with the
variant
modifier for selecting the style variant of a button or button group. - Used in conjunction with the
variant
modifier for selecting the style variant of a chip. - The orientation of a widget, such as a slider or scrollbar
- Describes the placement of a popup relative to its parent element.
- Events for modifying a textbox.
Traits§
- Modifiers for changing the appearance of buttons.