Socket
Socket
Sign inDemoInstall

depth-section

Package Overview
Dependencies
7
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    depth-section

Easy to use 3D models for your page with a parallax scrolling effect.


Version published
Maintainers
1
Created

Readme

Source

Depth Section (working title)

Easy to use 3D models for your page with a parallax scrolling effect.

Stay tuned! New background models and features are on the way!

Install

In your React project, run:

npm install depth-section three

Or

yarn add depth-section three

Usage

import { Fragmented } from 'depth-section'

const App = () => (
    <div>
      <div style={{height: '100vh'}} />
      <div style={{height: '100vh'}}>
        <Fragmented />
      </div>
      <div style={{height: '100vh'}} />
    </div>
  )
}

export default App

FAQs

Last updated on 03 Feb 2022

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