mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
Fix .demo-source
docs links
This commit is contained in:
parent
710419404c
commit
fd8a284a77
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
top: 8px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.demo-container > a.demo-source > i.fa {
|
||||
|
|
|
@ -25,7 +25,7 @@ use leptos::*;
|
|||
/// #
|
||||
/// # #[component]
|
||||
/// # fn Demo() -> impl IntoView {
|
||||
/// let UsClipboardReturn { is_supported, text, copied, copy } = use_clipboard();
|
||||
/// let UseClipboardReturn { is_supported, text, copied, copy } = use_clipboard();
|
||||
///
|
||||
/// view! {
|
||||
/// <Show
|
||||
|
|
Loading…
Add table
Reference in a new issue