Function Portal

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

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