Container
@wq/material’s <Container/>
component is the root layout component. <Container/>
is analogous to <body>
in HTML.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:
The @wq/material-native implementation simply renders its children.