Function Portal
pub fn Portal<'a, T>(__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.
pub fn Portal<'a, T>(__props: Portal_Props<'a, T>) -> View
A portal into a different part of the DOM. Only renders in client side rendering (CSR) mode. Does nothing in SSR mode.