Container
A container center and gives content a maximum width.
Content
import { Container } from 'react-breeze';
<Container>
<Alert>Content</Alert>
</Container>;
Properties
Container takes the same properties as a div
.
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
.