@ivanvanderbyl/ember-material-components-datepicker-dialog
v0.77.1-alpha.2
Published
Polyfill component for a date picker dialog.
Downloads
6
Maintainers
Readme
@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.