mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
Docs: Add BooleanDisplay
import to demo
Included the `BooleanDisplay` import in the demo.
This commit is contained in:
parent
f5a37f6c7f
commit
0021e4aed5
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ use std::rc::Rc;
|
||||||
/// ```
|
/// ```
|
||||||
/// # use leptos::*;
|
/// # use leptos::*;
|
||||||
/// # use leptos_use::use_prefers_reduced_motion;
|
/// # use leptos_use::use_prefers_reduced_motion;
|
||||||
|
/// # use leptos_use::docs::BooleanDisplay;
|
||||||
/// #
|
/// #
|
||||||
/// # #[component]
|
/// # #[component]
|
||||||
/// # fn Demo() -> impl IntoView {
|
/// # fn Demo() -> impl IntoView {
|
||||||
|
|
Loading…
Add table
Reference in a new issue