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

@vchernin/slidereveal

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

@vchernin/slidereveal

Slide Reveal

1.1.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

Build Status

Slide Reveal

Show side panel by sliding from the left or right of the page.

Getting Started

Download the production version or the development version.

Or install using bower.

bower install slidereveal

In your web page:

<script src="jquery.js"></script>
<script src="dist/jquery.slidereveal.min.js"></script>

<div id="slider">Hello World!!</div>
<button id="trigger">Hello World!!</button>

<script>
$(function($) {
  var slider = $("#slider").slideReveal({
  	trigger: $("#trigger")
  });
});
</script>

The plugin does not add any CSS to your side panel. So, you need to style it yourself for a nice panel or a beautiful navigation.

Documentation and Examples

Please refer to its github.io

Release History

See the release page

How to Contribute

See the contributing page

Keywords

jquery-plugin

FAQs

Package last updated on 29 Jun 2023

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