We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a4b5e commit 9e09bcfCopy full SHA for 9e09bcf
packages/html/src/events/mouse.rs
@@ -64,7 +64,7 @@ impl_event! {
64
///
65
/// ## Example
66
/// ```rust, ignore
67
- /// rsx!( button { "click me", onclick: move |_| tracing::info!("Clicked!`") } )
+ /// rsx!( button { onclick: move |_| tracing::info!("Clicked!"), "click me" } )
68
/// ```
69
70
/// ## Reference
0 commit comments