ember-cli-mdc-datepicker-dialog

2.0.0-octane.45 • Public • Published

ember-cli-mdc-datepicker-dialog

Polyfill implementation of Material Design date picker dialog

Installation

ember install ember-cli-mdc-datepicker-dialog

Components

This package contains the following top-level components.

mdc-datepicker-dialog

Description

A dialog for picking a single date.

Usage

{{mdc-datepicker-dialog value=value 
                        accept=(action "accept")
                        close=(action "close")}}

Attributes

  • value - The value selected when closing the dialog.
  • accept - The action invoked when the accept button is pressed.
  • close - The action invoked when the close button is pressed.

Package Sidebar

Install

npm i ember-cli-mdc-datepicker-dialog

Weekly Downloads

2

Version

2.0.0-octane.45

License

Apache-2.0

Unpacked Size

66.8 kB

Total Files

19

Last publish

Collaborators

  • onehilltech