Socket
Socket
Sign inDemoInstall

flipy

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    flipy

Flipy - A Wizard Plugin


Version published
Weekly downloads
38
increased by216.67%
Maintainers
1
Install size
1.27 MB
Created
Weekly downloads
 

Changelog

Source

v0.1.0

  • First release.

Readme

Source

Flipy - Collapse and expand content

Build Status NPM Version Dependency Dev Dependency Code Climate Support

Flipy is an tiny flipy editor to enable a quick ajax update with no need to create a form.

Options

openedClass: 'flipy__trigger--opened' // class used to indicate that the content is opened
speed:       200                      // speed of collapse and expand effect

Usage

You declare an element with optional data atributes:

<div class="flipy" data-opened-class='opened' data-speed="300">
  <div class="flipy__trigger"></div>
  <div class="flipy__content">Hello World!</div>
</div>

On JS you can declare attributes too, but data attributes has priority:

$('.flipy').flipy({ speed: 100 });

Keywords

FAQs

Last updated on 09 Jul 2018

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