Client-side library for creating dropdowns
npm install tether-drop
Drop.js is a powerful Javascript and CSS library for creating dropdowns and other floating displays.

__Dependencies__
* __Tether__
Installing via npm and bower will bring in the above dependencies as well.
__npm__
``sh`
$ npm install tether-drop
__bower__
`sh`
$ bower install tether-drop
`javascript``
let dropInstance = new Drop({
target: document.querySelector('.drop-target'),
content: 'Welcome to the future',
classes: 'drop-theme-arrows',
position: 'bottom left',
openOn: 'click'
})
We encourage contributions of all kinds. If you would like to contribute in some way, please review our guidelines for contributing.