euv-example 0.5.41

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
/// The default message used by console.log when the input is empty.
pub(crate) const CONSOLE_LOG_DEFAULT_MESSAGE: &str = "Hello from console.log!";

/// The default message used by console.warn when the input is empty.
pub(crate) const CONSOLE_WARN_DEFAULT_MESSAGE: &str = "Warning from console.warn!";

/// The default message used by console.error when the input is empty.
pub(crate) const CONSOLE_ERROR_DEFAULT_MESSAGE: &str = "Error from console.error!";