Sticky Notes
Sticky Notes compoment for Vaadin Flow 14.+
Show a Sticky Notes near to the target component.
Example:
TBD
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mdre |
| ArtifactId | ArtifactIdstickynotes |
| Last Version | Last Version0.5.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSticky Notes component for Vaadin Flow 14.+
Sticky Notes for Vaadin Flow 14.+.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stickynotes-0.5.2.pom | |
| stickynotes-0.5.2.jar | 75 KB |
| stickynotes-0.5.2-sources.jar | 71 KB |
| stickynotes-0.5.2-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mdre/stickynotes/ -->
<dependency>
<groupId>com.github.mdre</groupId>
<artifactId>stickynotes</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mdre/stickynotes/
implementation 'com.github.mdre:stickynotes:0.5.2'
// https://jarcasting.com/artifacts/com.github.mdre/stickynotes/
implementation ("com.github.mdre:stickynotes:0.5.2")
'com.github.mdre:stickynotes:jar:0.5.2'
<dependency org="com.github.mdre" name="stickynotes" rev="0.5.2">
<artifact name="stickynotes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mdre', module='stickynotes', version='0.5.2')
)
libraryDependencies += "com.github.mdre" % "stickynotes" % "0.5.2"
[com.github.mdre/stickynotes "0.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.vaadin : vaadin-core | jar | 14.3.0 |
Sticky Notes compoment for Vaadin Flow 14.+
Show a Sticky Notes near to the target component.
Example:
TBD