react-matrix-parallax
v2.1.5
Published
A full screen react component that creates a visually pleasing code-rain parallax effect
Downloads
85
Readme
Install
npm install --save react-matrix-parallax
Example Usage
import React from 'react'
import MatrixParallax from 'react-matrix-parallax'
export default () =>
<React.Fragment>
<MatrixParallax color='rgba(122, 229, 114, 0.87)' backgroundColor='rgba(0,0,0,1)'>
<h2>404</h2>
<h5 style={{ maxWidth: '100vw' }}>Page Not Found</h5>
</MatrixParallax>
</React.Fragment>