pub fn Body(props: BodyProps) -> Option<VNode>
Usually used to wrap the application root component.
Inherits the BodyTheme theme.
BodyTheme
fn app() -> Element { rsx!( Body { label { "Click this" } } ) }