Function slide

Source
pub(super) fn slide<V: IntoView + 'static>(
    uri: DocumentElementURI,
    children: impl FnOnce() -> V + Send + 'static,
) -> impl IntoView