euv-ui 0.8.28

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
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!";