material-ui-rs
Material 3 inspired widgets and theme defaults for iced
0.14.

Quick Start
Run the compact tutorial app:
Run the full component showcase:
Build and serve the WebAssembly showcase:
Open http://127.0.0.1:4173/. Serve dist/ over HTTP instead of opening the
HTML file directly, so the browser loads the JavaScript module and WASM with the
correct MIME types.
Documentation
The documentation is organized with Diátaxis:
- Tutorials: learn by building a first Material app.
- How-to guides: run examples, build the web showcase, use fonts, adaptive navigation, theme picking, forms, and feedback.
- Reference: find module-level API entry points.
- Explanation: understand the architecture, tokens, theme model, and native/WebAssembly split.
Build the mdBook locally:
With Nix:
API documentation is available on docs.rs.
Components
The crate provides Material-sized constructors and token-backed styles for:
- Buttons, floating action buttons, icon buttons, and chips.
- Text input, text editor, select, and searchable combobox.
- Date picker, date range picker, time picker, time input, and time scroll.
- Checkbox, switch, radio, slider, tabs, segmented buttons, and progress indicators.
- Dividers, tooltips, badges, lists, cards, data tables, toolbars, sheets, dialogs, snackbars, and theme picker.
- Application, centered window, page surface, and adaptive navigation helpers.
- Material color schemes, typography, shape, elevation, motion, and state tokens.
- Bundled Roboto and Material Symbols Rounded font helpers.
- Noto Sans CJK SC font family helpers for applications that provide CJK fonts.
Features
default: Enables SVG support, animations, and canvas drawing.serde: Addsserdesupport for theme data.animate: Enables integration withiced_anim.canvas: Compatibility feature; canvas drawing is always enabled.crisp: Enables pixel snapping for crisp edges.dialog: Enablesiced_dialogsupport.selection: Enablesiced_selectionsupport.markdown: Enables the markdown widget.svg: Enables the SVG widget.qr_code: Enables the QR code widget.
License
MIT