import React from 'react';
const Example = () => (
<div className="container-fluid">{/* children */}</div>
);
import React from 'react';
import { Container } from 'reactstrap';
const Example = () => (
<Container fluid>{/* children */}</Container>
);
import React from 'react';
import Container from 'react-bootstrap/Container';
const Example = () => (
<Container fluid>{/* children */}</Container>
);
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="403" height="39" viewBox="0 0 403 39" fill-rule="evenodd">