Skip to main content

Container

A container center and gives content a maximum width.

import { Container } from 'react-breeze';

<Container>
<Alert>Content</Alert>
</Container>;

Properties

Container takes the same properties as a div.