Mevrael / bunny

BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.

Home Page:https://bunnyjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of datepicker

NHKK opened this issue · comments

Hey thanks for resolving the js-yaml so quickly. I was able to try creating a simple button using bunny. I've been looking at the source code in examples for datepicker but notice that it doesn't have an index.html page demonstrating how it might work like a few of the other examples. I did the following

  • added the datepicker index.js code and link it to my index.html
  • added input element with id="datepicker" to my index.html
  • added the styles for datepicker in a styles.css and had link it in my index.html file

but I didn't see any indication that the input field was in fact a date picker is there something I'm missing?