sycamore::web

Function Portal

pub fn Portal<'a, T>(__props: Portal_Props<'a, T>) -> View
where T: Into<View> + Default,
Expand description

A portal into a different part of the DOM. Only renders in client side rendering (CSR) mode. Does nothing in SSR mode.