Module widget

Module widget 

Source
Expand description

Stateless, pure widget for iced

Re-exports§

pub use common::InnerBounds;
pub use badge::Badge;
pub use number_input::NumberInput;
pub use typed_input::TypedInput;
pub use card::Card;
pub use color_picker::ColorPicker;
pub use date_picker::DatePicker;
pub use selection_list::List;
pub use selection_list::SelectionList;
pub use tab_bar::TabBar;
pub use tab_bar::TabLabel;
pub use tabs::TabBarPosition;
pub use tabs::Tabs;
pub use time_picker::TimePicker;
pub use wrap::Wrap;
pub use menu::Menu;
pub use spinner::Spinner;
pub use context_menu::ContextMenu;
pub use slide_bar::SlideBar;
pub use drop_down::DropDown;
pub use sidebar::Sidebar;
pub use sidebar::SidebarWithContent;
pub use labeled_frame::LabeledFrame;
pub use custom_layout::CustomLayout;
pub use helpers::*;

Modules§

badge
Use a badge for color highlighting important information.
card
Displays a Card.
color_picker
Use a color picker as an input element for picking colors.
common
Common types for reuse.
context_menu
A context menu for showing actions on right click.
custom_layout
A container widget that allows you to specify the layout of its children.
date_picker
Use a date picker as an input element for picking dates.
drop_down
Drop down menu widget
helpers
widget Helpers.
labeled_frame
This module provides a LabeledFrame widget which allows you to draw a border with a title around some content.
menu
A MenuBar widget for displaying menu trees created with Items and Menus
number_input
Display fields that can only be filled with numeric type.
overlay
Display interactive elements on top of other widget.
quad
A dummy widget that draws a quad
selection_list
Display a dropdown list of selectable values.
sidebar
Contains the sidebar related widget and data enums.
slide_bar
A dummy widget that draws a quad
spinner
A spinner to suggest something is loading.
tab_bar
Displays a TabBar to select the content to be displayed.
tabs
Displays a Tabs widget to select the content to be displayed.
time_picker
Use a time picker as an input element for picking times.
typed_input
Display fields that can only be filled with a specific type.
wrap
A widget that displays its children in multiple horizontal or vertical runs.