Expand description
Material 3 sized widget constructors.
The style traits exposed by iced control colors, borders, and shadows, but
not layout defaults like button height or checkbox size. These helpers apply
the Material 3 component metrics from crate::tokens at construction time.
Modulesยง
- app_bar
- Material 3 app bar constructors.
- badge
- Material 3 badge constructors with token-backed layout defaults.
- button
- Material 3 button constructors with token-backed layout defaults.
- card
- Material 3 card constructors backed by the container style catalog.
- checkbox
- Material 3 checkbox constructors with token-backed size and motion defaults.
- combobox
- Material 3 searchable combobox constructors with token-backed layout defaults.
- container
- Material 3 container and card constructors.
- data_
table - Material 3 data table constructors with token-backed layout defaults.
- dialog
- Material 3 dialog surface constructors.
- list
- Material 3 list item constructors with token-backed layout defaults.
- log_
viewer - Selectable, copyable log viewer building blocks.
- navigation
- Material 3 navigation bar, rail, drawer, and adaptive layout helpers.
- page
- Material page layout helpers.
- picker
- Material 3 date and time picker constructors.
- progress_
bar - Canvas-based Material 3 progress and loading indicators.
- radio
- Material 3 radio constructors with token-backed size and motion defaults.
- rule
- Material 3 divider constructors with token-backed thickness and insets.
- search
- Material 3 search bar and search view constructors.
- segmented_
button - Material 3 outlined segmented button constructors.
- select
- Material select widget.
- sheet
- Material 3 bottom sheet surface constructors.
- slider
- Material 3 slider constructors with token-backed layout defaults.
- snackbar
- Material 3 snackbar surface constructors.
- tabs
- Material 3 primary and secondary tab constructors.
- text_
editor - Material 3 outlined multi-line text field constructors.
- text_
input - Material 3 outlined text field constructors with floating label support.
- theme_
picker - Floating Material color theme picker.
- toggler
- Material 3 switch/toggler constructors with token-backed size and motion defaults.
- toolbar
- Material 3 docked and floating toolbar constructors.
- tooltip
- Material 3 tooltip constructors with token-backed layout defaults.
- viewport
- Reusable viewport helpers for clipped animated content.