You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/components/ecl-accordion/ecl-accordion.stories.ts
+6-3
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,10 @@ const Template = (args) =>
9
9
>
10
10
<ecl-accordion-item
11
11
item-id="ecl-accordion-item-id-1"
12
-
title-id="accordion-example-title-1"
13
12
label="Delivery of last pending proposals, a common Destiny of unity, the hour of European Democracy"
14
13
theme="${args.theme}"
14
+
label-expanded="Close"
15
+
label-collapsed="Open"
15
16
>
16
17
The College of Commissioners held today the first weekly meeting of 2019 which was devoted to discussing the
17
18
challenges of this new year. Commissioners used the opportunity to take stock and discuss the year ahead,
@@ -21,18 +22,20 @@ const Template = (args) =>
21
22
<ecl-accordion-item
22
23
item-id="ecl-accordion-item-id-2"
23
24
label="Energy union and climate"
24
-
title-id="accordion-example-title-2"
25
25
expanded
26
26
theme="${args.theme}"
27
+
label-expanded="Close"
28
+
label-collapsed="Open"
27
29
>
28
30
A balanced and progressive trade policy to harness globalisation
29
31
</ecl-accordion-item>
30
32
31
33
<ecl-accordion-item
32
34
item-id="ecl-accordion-item-id-3"
33
-
title-id="accordion-example-title-3"
34
35
label="Delivery of last pending proposals, a common Destiny of unity, the hour of European Democracy"
35
36
theme="${args.theme}"
37
+
label-expanded="Close"
38
+
label-collapsed="Open"
36
39
>
37
40
In the modern global economy trade is essential for growth, <ecl-link path="https://ec.europa.eu/">jobs</ecl-link> and competiveness, and the EU is committed to
38
41
maintaining an open and rules-based trading system. With the rising threat of protectionism and weakened
<ecl-accordion-itemicon-path="/icons.svg"id="ecl-accordion-item-id-1"label="Delivery of last pending proposals, a common Destiny of unity, the hour of European Democracy">
7
+
<ecl-accordion-itemicon-path="/icons.svg"item-id="ecl-accordion-item-id-1"label="Delivery of last pending proposals, a common Destiny of unity, the hour of European Democracy"label-collapsed="Open"label-expanded="Close">
<ecl-accordion-itemexpanded=""icon-path="/icons.svg"id="ecl-accordion-item-id-2"label="Energy union and climate">
30
+
<ecl-accordion-itemexpanded=""icon-path="/icons.svg"item-id="ecl-accordion-item-id-2"label="Energy union and climate"label-collapsed="Open"label-expanded="Close">
<ecl-accordion-itemid="ecl-accordion-item-id-3"label="Delivery of last pending proposals, a common Destiny of unity, the hour of European Democracy">
53
+
<ecl-accordion-itemitem-id="ecl-accordion-item-id-3"label="Delivery of last pending proposals, a common Destiny of unity, the hour of European Democracy"label-collapsed="Open"label-expanded="Close">
0 commit comments