You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@hawk-ui/parallax

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hawk-ui/parallax

hawk-ui: Basic Parallax Component

4.5.1
latest
npmnpm
Version published
Weekly downloads
68
353.33%
Maintainers
1
Weekly downloads
 
Created
Source

Installation

To install a component run

$ npm install @hawk-ui/parallax --save

Please import CSS styles via

@import '/path__to__node_modules/@hawk-ui/parallax/dist/index.min.css

Usage

With Close Button and background dark

Demo

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',
  }}
/>

Keywords

parallax

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

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