@@ -18,12 +18,12 @@ <h3>ShellBar</h3>
18
18
primary-title ="Corporate Portal "
19
19
secondary-title ="secondary title "
20
20
logo ="../../../assets/images/sap-logo-svg.svg "
21
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
22
21
notification-count ="99+ "
23
22
show-notifications
24
23
show-product-switch
25
24
show-co-pilot
26
25
>
26
+ < ui5-avatar slot ="profile " image ="../../../assets/images/avatars/woman_avatar_5.png "> </ ui5-avatar >
27
27
28
28
< ui5-button icon ="nav-back " slot ="startButton "> </ ui5-button >
29
29
@@ -67,13 +67,14 @@ <h3>ShellBar</h3>
67
67
primary-title ="Corporate Portal "
68
68
secondary-title ="secondary title "
69
69
logo ="../../../assets/images/sap-logo-svg.svg "
70
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
71
70
notification-count ="99+ "
72
71
show-notifications
73
72
show-product-switch
74
73
show-co-pilot
75
74
>
76
75
76
+ < ui5-avatar slot ="profile " image ="../../../assets/images/avatars/woman_avatar_5.png "> </ ui5-avatar >
77
+
77
78
< ui5-button icon ="nav-back " slot ="startButton "> </ ui5-button >
78
79
79
80
< ui5-shellbar-item id ="disc " icon ="disconnected " text ="Disconnect "> </ ui5-shellbar-item >
@@ -118,54 +119,57 @@ <h3>ShellBar</h3>
118
119
< h3 > Basic ShellBar</ h3 >
119
120
< div class ="snippet ">
120
121
< ui5-shellbar
121
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
122
122
primary-title ="Corporate Portal "
123
123
secondary-title ="secondary title "
124
124
logo ="../../../assets/images/sap-logo-svg.svg "
125
125
>
126
126
127
- < ui5-button icon ="nav-back " slot ="startButton "> </ ui5-button >
127
+ < ui5-avatar slot ="profile " icon ="customer "> </ ui5-avatar >
128
+
129
+ < ui5-button icon ="nav-back " slot ="startButton "> </ ui5-button >
128
130
129
131
</ ui5-shellbar >
130
132
</ div >
131
133
132
134
< pre class ="prettyprint lang-html "> < xmp >
133
135
< ui5-shellbar
134
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
135
136
primary-title ="Corporate Portal "
136
137
secondary-title ="secondary title "
137
138
logo ="../../../assets/images/sap-logo-svg.svg "
138
139
>
140
+ < ui5-avatar slot ="profile " icon ="customer "> </ ui5-avatar >
141
+
142
+ < ui5-button icon ="nav-back " slot ="startButton "> </ ui5-button >
139
143
</ ui5-shellbar >
140
144
</ xmp > </ pre >
141
145
</ section >
142
146
143
- <!-- ShellBar with searhc and notifications -->
147
+ <!-- ShellBar with search and notifications -->
144
148
< section >
145
149
< h3 > ShellBar with search and notifications</ h3 >
146
150
< div class ="snippet ">
147
151
< ui5-shellbar
148
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
149
152
primary-title ="Corporate Portal "
150
153
secondary-title ="secondary title "
151
154
logo ="../../../assets/images/sap-logo-svg.svg "
152
155
show-notifications
153
156
notification-count ="22 "
154
157
>
158
+ < ui5-avatar slot ="profile " image ="../../../assets/images/avatars/woman_avatar_5.png "> </ ui5-avatar >
155
159
156
160
< ui5-input slot ="searchField " placeholer ="Enter service... "> </ ui5-input >
157
161
</ ui5-shellbar >
158
162
</ div >
159
163
160
164
< pre class ="prettyprint lang-html "> < xmp >
161
165
< ui5-shellbar
162
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
163
166
primary-title ="Corporate Portal "
164
167
secondary-title ="secondary title "
165
168
logo ="../../../images/sap-logo-svg.svg "
166
169
show-notifications
167
170
notification-count ="22 "
168
171
>
172
+ < ui5-avatar slot ="profile " image ="../../../assets/images/avatars/woman_avatar_5.png "> </ ui5-avatar >
169
173
170
174
< ui5-input slot ="searchField " placeholer ="Enter service... "> </ ui5-input >
171
175
</ ui5-shellbar >
@@ -177,7 +181,6 @@ <h3>ShellBar with search and notifications</h3>
177
181
< h3 > ShellBar with product switch and CoPilot</ h3 >
178
182
< div class ="snippet ">
179
183
< ui5-shellbar
180
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
181
184
primary-title ="Corporate Portal "
182
185
secondary-title ="secondary title "
183
186
logo ="../../../assets/images/sap-logo-svg.svg "
@@ -186,13 +189,12 @@ <h3>ShellBar with product switch and CoPilot</h3>
186
189
show-notifications
187
190
notification-count ="22 "
188
191
>
189
-
192
+ < ui5-avatar slot =" profile " image =" ../../../assets/images/avatars/woman_avatar_5.png " > </ ui5-avatar >
190
193
</ ui5-shellbar >
191
194
</ div >
192
195
193
196
< pre class ="prettyprint lang-html "> < xmp >
194
197
< ui5-shellbar
195
- profile ="../../../assets/images/avatars/woman_avatar_5.png "
196
198
primary-title ="Corporate Portal "
197
199
secondary-title ="secondary title "
198
200
logo ="../../../assets/images/sap-logo-svg.svg "
@@ -201,7 +203,7 @@ <h3>ShellBar with product switch and CoPilot</h3>
201
203
show-notifications
202
204
notification-count ="22 "
203
205
>
204
-
206
+ < ui5-avatar slot =" profile " image =" ../../../assets/images/avatars/woman_avatar_5.png " > </ ui5-avatar >
205
207
</ ui5-shellbar >
206
208
</ xmp > </ pre >
207
209
</ section >
0 commit comments