Skip to content

stagas/dropdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dropdown

a minimal dropdown with UX details

Installing

$ component-install stagas/dropdown

Usage

All the events & methods of Menu.

Events

  • select when an item is selected

Example

var input = document.getElementById('input')

var dropdown = Dropdown(input)

dropdown
.add('One')
.add('Two')
.add('Three')

dropdown.on('select', function (item) {
  // do something with item
})

License

MIT

About

a minimal dropdown with UX details

Resources

Stars

Watchers

Forks

Packages

No packages published