pub fn Body(props: BodyProps) -> Element
Body component.
Body
Usually just used one time and as a root component for all the app.
See BodyProps.
BodyProps
Inherits the BodyTheme theme.
BodyTheme
fn app() -> Element { rsx!( Body { label { "Click this" } } ) }