pub fn Body<'a>(cx: Scope<'a, BodyProps<'a>>) -> 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(cx: Scope) -> Element { render!( Body { label { "Click this" } } ) }