All Projects → IjzerenHein → famous-flex-datepicker

IjzerenHein / famous-flex-datepicker

Licence: MIT license
Date/time picker demo for famo.us

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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.

© 2015 - Hein Rutjes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].