nrkotha / famous-flex-datepicker

Date/time picker demo for famo.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

famous-flex-datepicker

Date/time picker demo for famo.us using the famous-flex DatePicker. This project shows how to create a native feeling cross-platform date-picker using famo.us.

Screenshot

View the live demo here

Tutorial

Examples

Build

To build the demo, make sure grunt, webpack and webpack-dev-server are installed globally:

npm install -g grunt
npm install -g webpack
npm install -g webpack-dev-server

Run npm to install all dev-dependencies:

npm install

To build the output (dist-folder), run the webpack command:

webpack

Running

To run the demo either open dist/index.html

Or use the live-reload server:

grunt serve

Contribute

If you like this project and want to support it, show some love and give it a star.

Contact

© 2015 - Hein Rutjes

About

Date/time picker demo for famo.us

License:MIT License


Languages

Language:JavaScript 88.9%Language:CSS 8.2%Language:HTML 2.9%