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
LabeledFramewidget which allows you to draw a border with a title around some content. - menu
- A
MenuBarwidget for displaying menu trees created withItems andMenus - 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
TabBarto select the content to be displayed. - tabs
- Displays a
Tabswidget 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.