tether-drop

WebJar for tether-drop

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tether-drop
Last Version

Last Version

1.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

tether-drop
WebJar for tether-drop
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/HubSpot/drop

Download tether-drop

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tether-drop/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tether-drop</artifactId>
    <version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tether-drop/
implementation 'org.webjars.npm:tether-drop:1.4.2'
// https://jarcasting.com/artifacts/org.webjars.npm/tether-drop/
implementation ("org.webjars.npm:tether-drop:1.4.2")
'org.webjars.npm:tether-drop:jar:1.4.2'
<dependency org="org.webjars.npm" name="tether-drop" rev="1.4.2">
  <artifact name="tether-drop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tether-drop', version='1.4.2')
)
libraryDependencies += "org.webjars.npm" % "tether-drop" % "1.4.2"
[org.webjars.npm/tether-drop "1.4.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : tether jar [1.1.0,2)

Project Modules

There are no modules declared in this project.

Drop

GitHub version

Drop.js is a powerful Javascript and CSS library for creating dropdowns and other floating displays.

Drop Docs

Install

Dependencies

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'
})

API documentation

Demo

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

org.webjars.npm

HubSpot

Versions

Version
1.4.2