8000 GitHub - pawlufelice/select: Styleable select elements built on Tether. #hubspot-open-source
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pawlufelice/select

 
 

Repository files navigation

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-2

bower

$ bower install tether-select-2

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

About

Styleable select elements built on Tether. #hubspot-open-source

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.5%
  • CSS 43.5%
0