1
+ < header >
2
+ < div class ="control-header "> Bar</ div >
3
+ < div class ="component-heading-since ">
4
+ < span > <!--since_tag_marker--> </ span >
5
+ </ div >
6
+ </ header >
7
+
8
+ < div class ="component-package "> @ui5/webcomponents-fiori</ div >
9
+
10
+ < div class ="control-tag "> <ui5-bar></ div >
11
+
12
+ < section >
13
+ < h3 > Header Bar</ h3 >
14
+ < div class ="snippet ">
15
+ < ui5-bar design ="Header ">
16
+ < ui5-button icon ="home " title ="Go home " design ="Transparent " slot ="startContent "> </ ui5-button >
17
+ < ui5-label id ="basic-label "> Header Title</ ui5-label >
18
+ < ui5-button icon ="action-settings " title ="Go to settings " slot ="endContent "> </ ui5-button >
19
+ </ ui5-bar >
20
+ </ div >
21
+ < pre class ="prettyprint lang-html "> < xmp >
22
+ < ui5-bar design ="Header ">
23
+ < ui5-button icon ="home " title ="Go home " design ="Transparent " slot ="startContent "> </ ui5-button >
24
+ < ui5-label > Header Title</ ui5-label >
25
+ < ui5-button icon ="action-settings " title ="Go to settings " slot ="endContent "> </ ui5-button >
26
+ </ ui5-bar >
27
+ </ xmp > </ pre >
28
+ </ section >
29
+ < section >
30
+ < h3 > Subheader Bar</ h3 >
31
+ < div class ="snippet ">
32
+ < ui5-bar design ="Subheader ">
33
+ < ui5-button icon ="home " title ="Go home " slot ="startContent "> </ ui5-button >
34
+ < ui5-label id ="basic-label "> Subheader Title</ ui5-label >
35
+ < ui5-button icon ="action-settings " title ="Go to settings " slot ="endContent "> </ ui5-button >
36
+ </ ui5-bar >
37
+ </ div >
38
+ < pre class ="prettyprint lang-html "> < xmp >
39
+ < ui5-bar design ="Subheader ">
40
+ < ui5-button icon ="home " title ="Go home " slot ="startContent "> </ ui5-button >
41
+ < ui5-label > Subheader Title</ ui5-label >
42
+ < ui5-button icon ="action-settings " title ="Go to settings " slot ="endContent "> </ ui5-button >
43
+ </ ui5-bar >
44
+ </ xmp > </ pre >
45
+ </ section >
46
+ < section >
47
+ < h3 > Footer Bar</ h3 >
48
+ < div class ="snippet ">
49
+ < ui5-bar design ="Footer ">
50
+ < ui5-button design ="Positive " slot ="endContent "> Agree</ ui5-button >
51
+ < ui5-button design ="Negative " slot ="endContent "> Decline</ ui5-button >
52
+ < ui5-button design ="Transparent " slot ="endContent "> Cancel</ ui5-button >
53
+ </ ui5-bar >
54
+ </ div >
55
+ < pre class ="prettyprint lang-html "> < xmp >
56
+ < ui5-bar design ="Footer ">
57
+ < ui5-button design ="Positive " slot ="endContent "> Agree</ ui5-button >
58
+ < ui5-button design ="Negative " slot ="endContent "> Decline</ ui5-button >
59
+ < ui5-button design ="Transparent " slot ="endContent "> Cancel</ ui5-button >
60
+ </ ui5-bar >
61
+ </ xmp > </ pre >
62
+ </ section >
63
+ < section >
64
+ < h3 > FloatingFooter Bar</ h3 >
65
+ < div class ="snippet ">
66
+ < ui5-bar design ="FloatingFooter ">
67
+ < ui5-button design ="Positive " slot ="endContent "> Agree</ ui5-button >
68
+ < ui5-button design ="Negative " slot ="endContent "> Decline</ ui5-button >
69
+ < ui5-button design ="Transparent " slot ="endContent "> Cancel</ ui5-button >
70
+ </ ui5-bar >
71
+ </ div >
72
+ < pre class ="prettyprint lang-html "> < xmp >
73
+ < ui5-bar design ="FloatingFooter ">
74
+ < ui5-button design ="Positive " slot ="endContent "> Agree</ ui5-button >
75
+ < ui5-button design ="Negative " slot ="endContent "> Decline</ ui5-button >
76
+ < ui5-button design ="Transparent " slot ="endContent "> Cancel</ ui5-button >
77
+ </ ui5-bar >
78
+ </ xmp > </ pre >
79
+ </ section >
80
+
81
+ <!-- JSDoc marker -->
0 commit comments