Skip to content

Instantly share code, notes, and snippets.

@odoe
Created January 11, 2016 19:06
Show Gist options
  • Select an option

  • Save odoe/3d72af37c9f530724a6d to your computer and use it in GitHub Desktop.

Select an option

Save odoe/3d72af37c9f530724a6d to your computer and use it in GitHub Desktop.
return {
DOM: changeZoom$.map(value =>
div([
div([
'Zoom Level',
input('#zoom', { type: 'range', min: 1, max: 23, value })
]),
h4('Current Zoom: ' + value)
])
)
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment