bunny
bunny copied to clipboard
Example of datepicker
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?