1.0.0 • Published 5 years ago

flyable-box v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

npm version

npm downloads

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔11 ✔

Installing

Using npm:

$ npm install flyable-box

Example

const FlyableBox = require('flyable-box');

const fb = new FlyableBox({
    el: '.scratchpad',
    topEl: 'header',
    bottomEl: 'footer'
});
1.0.0

5 years ago