$ npm install @hawk-ui/parallax --save
@import '/path__to__node_modules/@hawk-ui/parallax/dist/index.min.css
import Parallax from '@hawk-ui/parallax';
initialState = {};
<Parallax
panes={[
'https://cdn2.hubspot.net/hubfs/1951013/Parallax/SkyBG.png',
'https://cdn2.hubspot.net/hubfs/1951013/Parallax/Clouds1.png',
'https://cdn2.hubspot.net/hubfs/1951013/Parallax/Clouds2.png',
'https://cdn2.hubspot.net/hubfs/1951013/Parallax/Clouds3.png',
'https://cdn2.hubspot.net/hubfs/1951013/Parallax/Moon.png',
'https://cdn2.hubspot.net/hubfs/1951013/Parallax/Hill.png',
]}
style={{
height: '320px',
}}
/>