Socket
Socket
Sign inDemoInstall

react-matrix-parallax

Package Overview
Dependencies
4
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-matrix-parallax

A full screen react component that creates a visually pleasing code-rain parallax effect


Version published
Weekly downloads
8
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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>

FAQs

Last updated on 06 Mar 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc