1.4.2 • Published 9 years ago
tether-drop v1.4.2
Drop
Drop.js is a powerful Javascript and CSS library for creating dropdowns and other floating displays.
Install
Dependencies
Installing via npm
and bower
will bring in the above dependencies as well.
npm
$ npm install tether-drop
bower
$ bower install tether-drop
Usage
let dropInstance = new Drop({
target: document.querySelector('.drop-target'),
content: 'Welcome to the future',
classes: 'drop-theme-arrows',
position: 'bottom left',
openOn: 'click'
})
Contributing
We encourage contributions of all kinds. If you would like to contribute in some way, please review our guidelines for contributing.
License
Copyright © 2015 HubSpot - MIT License
1.4.2
9 years ago
1.4.1
10 years ago
1.4.0
10 years ago
1.3.1
10 years ago
1.3.0
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago
1.2.0
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago