# drop **Repository Path**: jafey/drop ## Basic Information - **Project Name**: drop - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-10 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Drop [![GitHub version](https://badge.fury.io/gh/HubSpot%2Fdrop.svg)](http://badge.fury.io/gh/HubSpot%2Fdrop) Drop.js is a powerful Javascript and CSS library for creating dropdowns and other floating displays. [![Drop Docs](http://i.imgur.com/sgmx9aJ.png)](http://github.hubspot.com/drop/) ## Install __Dependencies__ * __[Tether](https://github.com/HubSpot/tether)__ __npm__ ```sh $ npm install tether-drop ``` __bower__ ```sh $ bower install tether-drop ``` ## Usage ```javascript let dropInstance = new Drop({ target: document.querySelector('.drop-target'), content: 'Welcome to the future', classes: 'drop-theme-arrows', position: 'bottom left', openOn: 'click' }) ``` [API documentation](http://github.hubspot.com/drop) [Demo](http://github.hubspot.com/drop/docs/welcome) ## Contributing We encourage contributions of all kinds. If you would like to contribute in some way, please review our [guidelines for contributing](CONTRIBUTING.md). ## License Copyright © 2015 HubSpot - [MIT License](LICENSE)