Socket
Book a DemoInstallSign in
Socket

avocodedemo

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avocodedemo

A demo for avocode

1.0.0
latest
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Installation

If you just want the component, you can install with NPM:

$ npm install --save @zubry/react-resizer

If you want everything, you'll need to use git clone, then run

$ npm install

Demo

To run the demo, download the project from GitHub, run npm install, then run npm run example. The demo will then be at http://localhost:8080.

Using

The component itself is pretty easy to use, just wrap it around the image you want to conceal:

  <div>
    <Resizer direction="vertical">
      <img src="http://lorempixel.com/640/480/people"/>
    </Resizer>
    <Resizer direction="horizontal" overlayColor="#698DA5">
      <img src="http://lorempixel.com/640/480/people"/>
    </Resizer>
  </div>

Options

You can pass a number of options to the component

direction: Vertical or horizontal. Defaults to horizontal.

overlayColor: The color of the overlay, follows the same rules as CSS background-color. Defaults to blue.

overlayOpacity: The opacity of the overlay, a number between 0 and 1. Defaults to 0.5.

sliderWidth: The width of the slider bar, defaults to 0.5 rem.

sliderColor: The color of the slider bar, defaults to red.

FAQs

Package last updated on 29 Apr 2017

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.