Skip to main content
Module component
iced
0.15.0-dev
Module component
Module Items
Traits
Functions
In iced::
widget
iced
::
widget
Module
component
Copy item path
Source
Expand description
Build and reuse custom widgets using The Elm Architecture.
Traits
§
Component
A reusable, custom widget that uses The Elm Architecture.
Functions
§
component
Turns an implementor of
Component
into an [
Element
] that can be embedded in any application.