Registry / web-framework / flow-html-components

flow-html-components

JSON →
library25.1.2javamavenunverified

Provides HTML-based UI components for Vaadin Flow, enabling server-side Java web development.

<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-html-components</artifactId> <version>25.1.2</version> </dependency>
INSTALL
IMPORT
SIG · FLOW-HTML-COMPONEN
F
flow-html-components
web-frameworkjavav25.1.2
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.

Div
com.vaadin.flow.component.html.Div

Creates a simple HTML div with a span using Vaadin Flow components.

import com.vaadin.flow.component.html.Div; import com.vaadin.flow.component.html.Span; public class Quickstart { public static void main(String[] args) { Div div = new Div(); Span span = new Span("Hello Vaadin"); div.add(span); System.out.println(div.getElement().getOuterHTML()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
25.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flow-html-components — mvn dependency:get flow-html-components · libregistry