Module live_preview

Module live_preview 

Source
Available on crate feature internal-live-preview only.
Expand description

This is an internal module that contains the LiveReloadingComponent struct.

Re-exports§

pub use crate::Compiler;
pub use crate::ComponentInstance;
pub use crate::Value;

Structs§

LiveReloadingComponent
This struct is used to compile and instantiate a component from a .slint file on disk. The file is watched for changes and the component is recompiled and instantiated