0.77.1-alpha.2 • Published 5 years ago

@ivanvanderbyl/ember-material-components-datepicker-dialog v0.77.1-alpha.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

@ivanvanderbyl/ember-material-components-datepicker-dialog

Polyfill implementation of Material Design date picker dialog

Installation

ember install @ivanvanderbyl/ember-material-components-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.