开源软件名称(OpenSource Name):bendavis78/paper-time-picker开源软件地址(OpenSource Url):https://github.com/bendavis78/paper-time-picker开源编程语言(OpenSource Language):HTML 100.0%开源软件介绍(OpenSource Introduction):paper-time-pickerMaterial Design time picker, compatible with Polymer 1.0 Provides a responsive time picker based on the material design spec. This component aims to be a clone of the time picker introduced in Android Lollipop. See the component page for full documentation. Examples:Default picker: <paper-time-picker></paper-time-picker> Setting the initial time to 4:20pm (note that hours given as 24-hour): <paper-time-picker time="4:20pm"></paper-time-picker> If you include this element as part of <paper-dialog id="dialog" modal class="paper-time-picker-dialog"
on-iron-overlay-closed="dismissDialog">
<paper-time-picker id="timePicker" time="[[time]]"></paper-time-picker>
<div class="buttons">
<paper-button dialog-dismiss>Cancel</paper-button>
<paper-button dialog-confirm>OK</paper-button>
</div>
</paper-dialog> Reporting BugsWhen filing a bug report, please provide an example of how to repoduce using plunker, jsbin, jsfiddle, etc. You can use the following plunker as a starting point: http://plnkr.co/edit/gVQluG0GrFP3RzCPZPIi If you find this component useful, please show your support by donating to Bold Idea. Click the button below! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论