xxxxxxxxxx
1
2
<MDBContainer fluid>
3
4
<MDBParallax
5
image="https://mdbootstrap.com/img/Photos/Others/img%20%2844%29.jpg"
6
speed="0.8"
7
height="10vh"
8
/>
9
</MDBContainer>
10
<MDBContainer className="mt-5">
11
<MDBRow>
12
<MDBCol><h1>
13
Some header that should be under it.
14
</h1></MDBCol>
15
</MDBRow>
16
</MDBContainer>
1
1
xxxxxxxxxx
1
import { MDBAnimation, MDBContainer, MDBRow, MDBCol, MDBParallax} from "mdbreact";
2
Console errors: 0