hg-select

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i hg-select

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • twilson63