Skip to content

twilson63/hg-select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mercury Select Control

build status

This module is a pure virtual hyperscript select control

usage

var select = require('select')
var option = require('option')

function render () {
  return h('form', [
    select('foo.u-full-width', ['bar', 'baz', 'bam'].map(option))
  ])
}

install

npm i hg-select

About

Mercury Select Control

Resources

Stars

Watchers

Forks

Packages

No packages published