confirm-dialog

WebJar for confirm-dialog

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.jifalops
ArtifactId

ArtifactId

confirm-dialog
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

confirm-dialog
WebJar for confirm-dialog
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jifalops/confirm-dialog

Download confirm-dialog

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.jifalops/confirm-dialog/ -->
<dependency>
    <groupId>org.webjars.bowergithub.jifalops</groupId>
    <artifactId>confirm-dialog</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jifalops/confirm-dialog/
implementation 'org.webjars.bowergithub.jifalops:confirm-dialog:0.2.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jifalops/confirm-dialog/
implementation ("org.webjars.bowergithub.jifalops:confirm-dialog:0.2.0")
'org.webjars.bowergithub.jifalops:confirm-dialog:jar:0.2.0'
<dependency org="org.webjars.bowergithub.jifalops" name="confirm-dialog" rev="0.2.0">
  <artifact name="confirm-dialog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.jifalops', module='confirm-dialog', version='0.2.0')
)
libraryDependencies += "org.webjars.bowergithub.jifalops" % "confirm-dialog" % "0.2.0"
[org.webjars.bowergithub.jifalops/confirm-dialog "0.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-dialog jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-button jar [2.0.0,3)
org.webjars.bowergithub.polymerelements : paper-styles jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Published on Vaadin  Directory Stars on vaadin.com/directory Published on webcomponents.org

confirm-dialog

A simple paper-dialog wrapper.

Installation

bower i -S confirm-dialog      # Polymer 2.0 hybrid (1.x compatible)
bower i -S confirm-dialog#^0.1 # Polymer 1.x based

Demo

<confirm-dialog id="dialog"></confirm-dialog>
<input id="heading" placeholder="heading" value="Heading"/><br/>
<input id="body" placeholder="body" value="Are you sure?"/><br/>
<input id="htmlContent" placeholder="html content" value="<i>Content Slot</i>"/><br/>
<input id="confirm" placeholder="confirm button" value="Confirm"/><br/>
<input id="cancel" placeholder="cancel button" value="Cancel"/><br/>
<input id="delay" placeholder="delay (ms)" value="1000"/><br/>
<label><input id="modal" type="checkbox"/>Modal</label><br/>
<label><input id="withBackdrop" type="checkbox" checked/>With backdrop</label><br/>
<button onclick="show()">Show</button>&nbsp;
<button onclick="showWithProperties()">Show with properties</button><br/>
Last Event: <span id="feedback"></span>

Full demo: webcomponents.org | github.

API: webcomponents.org

Contributing

  1. Fork it on Github.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

MIT

Versions

Version
0.2.0