Function leptos_use::use_timestamp_with_controls_and_options

source ยท
pub fn use_timestamp_with_controls_and_options(
    options: UseTimestampOptions,
) -> UseTimestampReturn
Expand description

Version of use_timestamp that takes a UseTimestampOptions and returns controls. See use_timestamp for how to use.