quickpopup
A popup control for Vaadin Flow
QuickPopup is a control similar to the PopupView for Vaadin 14+.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mdre |
| ArtifactId | ArtifactIdflowquickpopup |
| Last Version | Last Version1.0.3.15 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionQuickPopup component for Vaadin Flow
QuickPopup for Vaadin 14+.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flowquickpopup-1.0.3.15.pom | |
| flowquickpopup-1.0.3.15.jar | 10 KB |
| flowquickpopup-1.0.3.15-sources.jar | 6 KB |
| flowquickpopup-1.0.3.15-javadoc.jar | 398 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/flowquickpopup/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>flowquickpopup</artifactId>
<version>1.0.3.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/flowquickpopup/
implementation 'com.github.mdre:flowquickpopup:1.0.3.15'
// https://jarcasting.com/artifacts/com.github.mdre/flowquickpopup/
implementation ("com.github.mdre:flowquickpopup:1.0.3.15")
'com.github.mdre:flowquickpopup:jar:1.0.3.15'
<dependency org="com.github.mdre" name="flowquickpopup" rev="1.0.3.15">
<artifact name="flowquickpopup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='flowquickpopup', version='1.0.3.15')
)
libraryDependencies += "com.github.mdre" % "flowquickpopup" % "1.0.3.15"
[com.github.mdre/flowquickpopup "1.0.3.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.vaadin : vaadin-core | jar | 14.1.20 |
A popup control for Vaadin Flow
QuickPopup is a control similar to the PopupView for Vaadin 14+.