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

0.77.1-alpha.2 • Public • Published

@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.

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

    Package Sidebar

    Install

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

    Weekly Downloads

    0

    Version

    0.77.1-alpha.2

    License

    Apache-2.0

    Unpacked Size

    99.3 kB

    Total Files

    17

    Last publish

    Collaborators

    • ivanvanderbyl