We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b54497 commit cb11a1eCopy full SHA for cb11a1e
vaadin-breadcrumbs/src/main/java/software/xdev/vaadin/breadcrumbs/Breadcrumbs.java
@@ -26,10 +26,7 @@
26
27
28
/**
29
- * The Breadcrumbs class is a custom component for creating a breadcrumb navigation bar within a Vaadin application.
30
- * <p>
31
- * It extends the HorizontalLayout class to arrange breadcrumb links horizontally.
32
- * </p>
+ * Represents a horizontal breadcrumb navigation bar
33
*/
34
@CssImport("./styles/breadcrumb.css")
35
public class Breadcrumbs extends HorizontalLayout
0 commit comments