App
This is the primary Grommet container outer. Typically it will either contain a Split or an Article.
Main content
Properties
centered true|false
- Whether to centralize or not the content inside the container. Defaults to true.
inline true|false
- Whether to render the app relative to the container (inline) or to the browser window. Defaults to false.
Usage
import App from 'grommet/components/App';
<App>
{contents}
</App>