Function leptos_use::use_preferred_dark_with_options

source ยท
pub fn use_preferred_dark_with_options(
    options: UsePreferredDarkOptions,
) -> Signal<bool>
Expand description

Version of crate::use_preferred_dark that accepts a UsePreferredDarkOptions.