Home > General Components > Container

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:

  • Container.js (@wq/material-web)
  • Container.js (@wq/material-native)

The @wq/material-native implementation simply renders its children.