darekrossman / calendar-date-picker

A calendar date picker à la Material Design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calendar-date-picker

The calendar-date-picker is based on Google Material Design specification (http://www.google.com/design/spec/components/pickers.html) and polymer-date-picker of Christophe Clapp (https://github.com/christopheclc/polymer-date-picker).

Install

bower install calendar-date-picker --save

Usage

<calendar-date-picker selectedDate="May 12, 1981" opened="false"></calendar-date-picker>

Demo

http://syncofy.github.io/calendar-date-picker/

Options

  • orientation: (string)horizontal/vertical.
  • selectedDate: (string) The selected date.
  • opened: (boolean) Whether the date picker elements are currently showing.

Methods

  • toogle: Toggle the date picker opened attribute.
  • open : Open the date picker.

Contributors

About

A calendar date picker à la Material Design