mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-03-13 09:09:48 -04:00
small docs improvement for use_color_mode
This commit is contained in:
parent
cf86471219
commit
bc87a3015d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ use wasm_bindgen::JsCast;
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```
|
||||||
/// # use leptos::*;
|
/// # use leptos::*;
|
||||||
/// use leptos_use::{use_color_mode_with_options, UseColorModeOptions, UseColorModeReturn};
|
/// # use leptos_use::{use_color_mode_with_options, UseColorModeOptions, UseColorModeReturn};
|
||||||
/// #
|
/// #
|
||||||
/// # #[component]
|
/// # #[component]
|
||||||
/// # fn Demo() -> impl IntoView {
|
/// # fn Demo() -> impl IntoView {
|
||||||
|
|
Loading…
Add table
Reference in a new issue