Skip to content

Commit 7fb73f4

Browse files
authored
Merge branch 'latest' into update-hardcoded-version-24.5.7-1733138577
2 parents a385dde + 6517f5b commit 7fb73f4

File tree

4 files changed

+43
-10
lines changed

4 files changed

+43
-10
lines changed

articles/components/index.adoc

+11
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,17 @@ include::notification/index.adoc[tag=description]
505505
<<{components-path-prefix}notification#,See Notification>>
506506

507507

508+
[.component-card]
509+
=== Popover
510+
511+
image::{components-path-prefix}popover/popover.png["", opts=inline, role="banner"]
512+
513+
include::popover/index.adoc[tag=description]
514+
515+
[.sr-only]
516+
<<{components-path-prefix}popover#,See Popover>>
517+
518+
508519
[.component-card]
509520
=== Progress Bar
510521

articles/components/popover/index.adoc

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ tab-title: Usage
33
layout: tabbed-page
44
title: Popover
55
description: Popover is a generic overlay whose position is anchored to an element in the UI.
6+
version: since:com.vaadin:[email protected]
67
page-links:
78
- 'API: https://cdn.vaadin.com/vaadin-web-components/{moduleNpmVersion:@vaadin/popover}/#/elements/vaadin-popover[TypeScript] / https://vaadin.com/api/platform/{moduleMavenVersion:com.vaadin:vaadin}/com/vaadin/flow/component/popover/Popover.html[Java]'
89
- 'Source: https://github.com/vaadin/web-components/tree/v{moduleNpmVersion:@vaadin/popover}/packages/popover[TypeScript] / https://github.com/vaadin/flow-components/tree/{moduleMavenVersion:com.vaadin:vaadin}/vaadin-popover-flow-parent[Java]'
910
---
1011

11-
= [since:com.vaadin:[email protected]]#Popover#
12+
= Popover
1213

13-
[since:com.vaadin:[email protected]]#A generic overlay whose position is anchored to an element in the UI#.
14+
// tag::description[]
15+
A generic overlay whose position is anchored to an element in the UI.
16+
// end::description[]
1417

1518
[.example]
1619
--
61.5 KB
Loading

articles/index.adoc

+27-8
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,31 @@ xref:/getting-started/tutorial#["Tutorial",role="button primary water"]
2626
image:flow/_images/code-editor-illustration.svg["", opts=inline]
2727
--
2828

29+
30+
[.cards.quiet.large]
31+
== Getting Started
32+
33+
34+
[.card.large]
35+
=== Tutorial
36+
37+
The Vaadin tutorial walks you through building an application from start to production. It covers both Flow and Hilla development.
38+
39+
<<{articles}/getting-started/tutorial#,Start tutorial>>
40+
41+
42+
[.card.large]
43+
=== Video Course & Certification
44+
45+
Prefer to learn by watching? The free Vaadin training videos cover the basics of Vaadin Flow development and help you to get certified.
46+
47+
link:/learn/training[Start video course]
48+
49+
2950
[.cards.quiet.large.components]
3051
== Components
3152

53+
3254
[.card.browse-all.large]
3355
=== Browse Components
3456
image::components/_images/components-icon.svg[opts=inline, role=icon]
@@ -37,6 +59,7 @@ Vaadin Flow comes with over 40 UI components.
3759
[.sr-only]
3860
<<{articles}/components#, Browse all components>>
3961

62+
4063
[.card]
4164
=== Grid
4265
image::components/grid/grid.png["", opts=inline, role="banner"]
@@ -45,6 +68,7 @@ include::components/grid/index.adoc[tag=description]
4568
[.sr-only]
4669
<<{articles}/components/grid#,See Grid>>
4770

71+
4872
[.card]
4973
=== Combo Box
5074
image::components/combo-box/combo-box.png["", role="banner"]
@@ -53,6 +77,7 @@ include::components/combo-box/index.adoc[tag=description]
5377
[.sr-only]
5478
<<{articles}/components/combo-box#,See Combo Box>>
5579

80+
5681
[.card]
5782
=== Date Picker
5883
image::components/date-picker/date-picker.png["", role="banner"]
@@ -61,6 +86,7 @@ include::components/date-picker/index.adoc[tag=description]
6186
[.sr-only]
6287
<<{articles}/components/date-picker#,See Date Picker>>
6388

89+
6490
[.card]
6591
=== Button
6692
image::components/button/button.png["", opts=inline, role="banner"]
@@ -69,6 +95,7 @@ include::components/button/index.adoc[tag=description]
6995
[.sr-only]
7096
<<{articles}/components/button#,See Button>>
7197

98+
7299
[.card]
73100
=== App Layout
74101
image::components/app-layout/app-layout.png["", opts=inline, role="banner"]
@@ -78,18 +105,10 @@ include::components/app-layout/index.adoc[tag=description]
78105
<<{articles}/components/app-layout#,See App Layout>>
79106

80107

81-
82-
83-
84-
85108
[.cards.quiet.large]
86109
== Tools
87110
include::tools/index.adoc[tag=all-tools]
88111

89-
90-
91-
92-
93112
++++
94113
<style>
95114
nav[aria-label=breadcrumb] {

0 commit comments

Comments
 (0)