tether-select

WebJar for tether-select

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

tether-select
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

tether-select
WebJar for tether-select
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/HubSpot/select

Download tether-select

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : tether jar [1.0.0,1.1)

Project Modules

There are no modules declared in this project.

Select

GitHub version

Select.js is a Javascript and CSS library for creating styleable select elements. It aims to reproduce the behavior of native controls as much as is possible, while allowing for complete styling with CSS.

Install

Dependencies

Installing via npm and bower will bring in the above dependencies as well.

npm

$ npm install tether-select

bower

$ bower install tether-select

Usage

let selectInstance = new Select({
  el: document.querySelector('select.select-target'),
  className: 'select-theme-default'
})

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.bower

HubSpot

Versions

Version
1.1.0