Datepicker component with npm/browserify support. Depends on Jquery.
npm install datepicker-jsThis is the famous datepicker plugin, restructured in ES6, stripped from localization(provide your own),
documentation(read the source), tests(sorry) and without bootstrap support.
# From your Browserify workflow code(e.g. vendor.js)
require('datepicker-js');