Registry / web-framework / vaadin-button

vaadin-button

JSON →
library2.4.0javamavenunverified

WebJar for vaadin-button, a web component for buttons in Vaadin applications.

<dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-button</artifactId> <version>2.4.0</version> </dependency>
INSTALL
IMPORT
SIG · VAADIN-BUTTON
V
vaadin-button
web-frameworkjavav2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Button
com.vaadin.flow.component.button.Button

Minimal Vaadin button with click listener.

import com.vaadin.flow.component.button.Button; import com.vaadin.flow.component.notification.Notification; public class Example { public static void main(String[] args) { Button button = new Button("Click me", event -> Notification.show("Clicked!")); // Add button to a Vaadin layout } }
Debug
Known issues
gotchaThis is a WebJar for client-side component; requires Vaadin Flow framework for server-side Java usage.
fix
Use with Vaadin Flow (com.vaadin:vaadin-core) for Java integration.
affects: *
Upgrade
Version history
2.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vaadin-button — mvn dependency:get vaadin-button · libregistry