Socket
Socket
Sign inDemoInstall

comparison-slider

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    comparison-slider

Comparing two images. No dependencies.


Version published
Weekly downloads
19
increased by137.5%
Maintainers
1
Install size
38.7 kB
Created
Weekly downloads
 

Readme

Source

comparison-slider

Comparing two images. No dependencies.

Latest NPM release MIT License

Example

Usage

<div class="ComparisonSlider">
  <div
    class="ComparisonSlider__Before"
    style="background-image: url(./img-a.jpg)"
  ></div>
  <div
    class="ComparisonSlider__After"
    style="background-image: url(./img-b.jpg)"
  ></div>
</div>

Declare the height of the view.

.ComparisonSlider {
  width: 600px;
  height: 400px;
}

then...

As a module

import ComparisonSlider from 'comparison-slider';
const comparisonSlider = new ComparisonSlider();

in browser

<script src="path/to/comparison-slider.min.js"></script>
<script>
const comparisonSlider = new ComparisonSlider();
</script>

Keywords

FAQs

Last updated on 14 Jan 2023

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