1 2 3 4 5 6 7
use leptos::prelude::*; pub fn basic_example() -> impl IntoView { view! { <div>"Animate helper"</div> } }