@patternfly/patternfly 4.184.3 → 4.185.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE-NOTES.md +22 -0
- package/assets/icons/iconUnicodes.json +1 -0
- package/assets/pficon/pficon.scss +6 -0
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/patternfly-icons.css +5 -1
- package/base/patternfly-pf-icons.css +5 -1
- package/components/Form/form.css +4 -2
- package/components/Form/form.scss +4 -2
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Menu/menu.css +1 -0
- package/components/Menu/menu.scss +1 -0
- package/docs/demos/AboutModal/examples/AboutModal.md +916 -1
- package/docs/demos/Alert/examples/Alert.md +2484 -490
- package/docs/demos/BackToTop/examples/BackToTop.md +785 -140
- package/docs/demos/Banner/examples/Banner.md +2074 -1466
- package/docs/demos/Button/examples/Button.md +33 -21
- package/docs/demos/CardView/examples/CardView.md +1065 -260
- package/docs/demos/ContextSelector/examples/ContextSelector.md +1580 -1638
- package/docs/demos/Dashboard/examples/Dashboard.md +40 -6
- package/docs/demos/DataList/examples/DataList.md +3777 -1553
- package/docs/demos/DescriptionList/examples/DescriptionList.md +55 -61
- package/docs/demos/Drawer/examples/Drawer.md +2554 -439
- package/docs/demos/JumpLinks/examples/JumpLinks.md +3223 -596
- package/docs/demos/Masthead/examples/Masthead.md +9 -20
- package/docs/demos/Modal/examples/Modal.md +5521 -34
- package/docs/demos/Nav/examples/Nav.md +6453 -1201
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +4036 -940
- package/docs/demos/Page/examples/Page.md +14 -35
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +6003 -1512
- package/docs/demos/Skeleton/examples/Skeleton.md +831 -149
- package/docs/demos/Table/examples/Table.md +26 -65
- package/docs/demos/Tabs/examples/Tabs.md +10149 -4897
- package/docs/demos/Toolbar/examples/Toolbar.md +797 -149
- package/docs/demos/Wizard/examples/Wizard.md +3418 -288
- package/docs/pages/icons.md +1 -0
- package/icons/pf-icons.json +1 -0
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +5 -1
- package/patternfly-base.css +5 -1
- package/patternfly-no-reset.css +11 -4
- package/patternfly.css +11 -4
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -6,183 +6,827 @@ section: components
|
|
|
6
6
|
### Skeleton card
|
|
7
7
|
|
|
8
8
|
```html isFullscreen
|
|
9
|
-
<div class="pf-c-page" id="skeleton-
|
|
9
|
+
<div class="pf-c-page" id="skeleton-basic-example">
|
|
10
10
|
<a
|
|
11
11
|
class="pf-c-skip-to-content pf-c-button pf-m-primary"
|
|
12
|
-
href="#main-content-skeleton-
|
|
12
|
+
href="#main-content-skeleton-basic-example"
|
|
13
13
|
>Skip to content</a>
|
|
14
|
-
<header class="pf-c-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
14
|
+
<header class="pf-c-masthead" id="skeleton-basic-example-masthead">
|
|
15
|
+
<span class="pf-c-masthead__toggle">
|
|
16
|
+
<button
|
|
17
|
+
class="pf-c-button pf-m-plain"
|
|
18
|
+
type="button"
|
|
19
|
+
aria-label="Global navigation"
|
|
20
|
+
>
|
|
21
|
+
<i class="fas fa-bars" aria-hidden="true"></i>
|
|
22
|
+
</button>
|
|
23
|
+
</span>
|
|
24
|
+
<div class="pf-c-masthead__main">
|
|
25
|
+
<a class="pf-c-masthead__brand" href="#">
|
|
26
|
+
<picture
|
|
27
|
+
class="pf-c-brand pf-m-picture"
|
|
28
|
+
style="--pf-c-brand--Width: 180px; --pf-c-brand--Width-on-md: 180px; --pf-c-brand--Width-on-2xl: 220px;"
|
|
24
29
|
>
|
|
25
|
-
<
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
<source
|
|
31
|
+
media="(min-width: 768px)"
|
|
32
|
+
srcset="/assets/images/logo__pf--reverse-on-md.svg"
|
|
33
|
+
/>
|
|
34
|
+
<source srcset="/assets/images/logo__pf--reverse--base.svg" />
|
|
35
|
+
<img
|
|
36
|
+
src="/assets/images/logo__pf--reverse--base.png"
|
|
37
|
+
alt="Fallback patternFly default logo"
|
|
38
|
+
/>
|
|
39
|
+
</picture>
|
|
34
40
|
</a>
|
|
35
41
|
</div>
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
>
|
|
42
|
-
<
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
aria-label="Settings"
|
|
46
|
-
>
|
|
47
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
48
|
-
</button>
|
|
49
|
-
</div>
|
|
50
|
-
<div
|
|
51
|
-
class="pf-c-page__header-tools-item pf-m-hidden pf-m-visible-on-lg"
|
|
52
|
-
>
|
|
53
|
-
<button
|
|
54
|
-
class="pf-c-button pf-m-plain"
|
|
55
|
-
type="button"
|
|
56
|
-
aria-label="Help"
|
|
57
|
-
>
|
|
58
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
59
|
-
</button>
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
<div class="pf-c-page__header-tools-group">
|
|
63
|
-
<div class="pf-c-page__header-tools-item pf-m-hidden-on-lg">
|
|
64
|
-
<div class="pf-c-dropdown">
|
|
65
|
-
<button
|
|
66
|
-
class="pf-c-dropdown__toggle pf-m-plain"
|
|
67
|
-
id="skeleton-card-view-dropdown-kebab-1-button"
|
|
68
|
-
aria-expanded="false"
|
|
69
|
-
type="button"
|
|
70
|
-
aria-label="Actions"
|
|
71
|
-
>
|
|
72
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
73
|
-
</button>
|
|
74
|
-
<ul
|
|
75
|
-
class="pf-c-dropdown__menu pf-m-align-right"
|
|
76
|
-
aria-labelledby="skeleton-card-view-dropdown-kebab-1-button"
|
|
77
|
-
hidden
|
|
42
|
+
<div class="pf-c-masthead__content">
|
|
43
|
+
<div
|
|
44
|
+
class="pf-c-toolbar pf-m-full-height pf-m-static"
|
|
45
|
+
id="skeleton-basic-example-masthead-toolbar"
|
|
46
|
+
>
|
|
47
|
+
<div class="pf-c-toolbar__content">
|
|
48
|
+
<div class="pf-c-toolbar__content-section">
|
|
49
|
+
<div
|
|
50
|
+
class="pf-c-toolbar__group pf-m-icon-button-group pf-m-align-right pf-m-spacer-none pf-m-spacer-md-on-md"
|
|
78
51
|
>
|
|
79
|
-
<
|
|
80
|
-
<a class="pf-c-dropdown__menu-item" href="#">Link</a>
|
|
81
|
-
</li>
|
|
82
|
-
<li>
|
|
83
|
-
<button class="pf-c-dropdown__menu-item" type="button">Action</button>
|
|
84
|
-
</li>
|
|
85
|
-
<li>
|
|
86
|
-
<a
|
|
87
|
-
class="pf-c-dropdown__menu-item pf-m-disabled"
|
|
88
|
-
href="#"
|
|
89
|
-
aria-disabled="true"
|
|
90
|
-
tabindex="-1"
|
|
91
|
-
>Disabled link</a>
|
|
92
|
-
</li>
|
|
93
|
-
<li>
|
|
52
|
+
<div class="pf-c-toolbar__item">
|
|
94
53
|
<button
|
|
95
|
-
class="pf-c-
|
|
54
|
+
class="pf-c-button pf-m-plain"
|
|
96
55
|
type="button"
|
|
97
|
-
|
|
98
|
-
>
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
56
|
+
aria-label="Notifications"
|
|
57
|
+
>
|
|
58
|
+
<span class="pf-c-notification-badge">
|
|
59
|
+
<i class="pf-icon-bell" aria-hidden="true"></i>
|
|
60
|
+
</span>
|
|
61
|
+
</button>
|
|
62
|
+
</div>
|
|
63
|
+
<div
|
|
64
|
+
class="pf-c-toolbar__group pf-m-icon-button-group pf-m-hidden pf-m-visible-on-lg"
|
|
65
|
+
>
|
|
66
|
+
<div class="pf-c-toolbar__item">
|
|
67
|
+
<nav
|
|
68
|
+
class="pf-c-app-launcher"
|
|
69
|
+
aria-label="Application launcher"
|
|
70
|
+
id="skeleton-basic-example-masthead-icon-group--app-launcher"
|
|
71
|
+
>
|
|
72
|
+
<button
|
|
73
|
+
class="pf-c-app-launcher__toggle"
|
|
74
|
+
type="button"
|
|
75
|
+
id="skeleton-basic-example-masthead-icon-group--app-launcher-button"
|
|
76
|
+
aria-expanded="false"
|
|
77
|
+
aria-label="Application launcher"
|
|
78
|
+
>
|
|
79
|
+
<i class="fas fa-th" aria-hidden="true"></i>
|
|
80
|
+
</button>
|
|
81
|
+
<div
|
|
82
|
+
class="pf-c-app-launcher__menu pf-m-align-right"
|
|
83
|
+
hidden
|
|
84
|
+
>
|
|
85
|
+
<div class="pf-c-app-launcher__menu-search">
|
|
86
|
+
<div class="pf-c-search-input">
|
|
87
|
+
<div class="pf-c-search-input__bar">
|
|
88
|
+
<span class="pf-c-search-input__text">
|
|
89
|
+
<span class="pf-c-search-input__icon">
|
|
90
|
+
<i
|
|
91
|
+
class="fas fa-search fa-fw"
|
|
92
|
+
aria-hidden="true"
|
|
93
|
+
></i>
|
|
94
|
+
</span>
|
|
95
|
+
<input
|
|
96
|
+
class="pf-c-search-input__text-input"
|
|
97
|
+
type="text"
|
|
98
|
+
placeholder="Filter by name"
|
|
99
|
+
aria-label="Filter by name"
|
|
100
|
+
/>
|
|
101
|
+
</span>
|
|
102
|
+
</div>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
<section class="pf-c-app-launcher__group">
|
|
106
|
+
<h1 class="pf-c-app-launcher__group-title">Favorites</h1>
|
|
107
|
+
<ul>
|
|
108
|
+
<li
|
|
109
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
110
|
+
>
|
|
111
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
112
|
+
Link 1
|
|
113
|
+
<span
|
|
114
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
115
|
+
>
|
|
116
|
+
<i
|
|
117
|
+
class="fas fa-external-link-alt"
|
|
118
|
+
aria-hidden="true"
|
|
119
|
+
></i>
|
|
120
|
+
</span>
|
|
121
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
122
|
+
</a>
|
|
123
|
+
<button
|
|
124
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
125
|
+
type="button"
|
|
126
|
+
aria-label="Favorite"
|
|
127
|
+
>
|
|
128
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
129
|
+
</button>
|
|
130
|
+
</li>
|
|
131
|
+
<li
|
|
132
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
133
|
+
>
|
|
134
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
135
|
+
Link 2
|
|
136
|
+
<span
|
|
137
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
138
|
+
>
|
|
139
|
+
<i
|
|
140
|
+
class="fas fa-external-link-alt"
|
|
141
|
+
aria-hidden="true"
|
|
142
|
+
></i>
|
|
143
|
+
</span>
|
|
144
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
145
|
+
</a>
|
|
146
|
+
<button
|
|
147
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
148
|
+
type="button"
|
|
149
|
+
aria-label="Favorite"
|
|
150
|
+
>
|
|
151
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
152
|
+
</button>
|
|
153
|
+
</li>
|
|
154
|
+
</ul>
|
|
155
|
+
</section>
|
|
156
|
+
<hr class="pf-c-divider" />
|
|
157
|
+
<section class="pf-c-app-launcher__group">
|
|
158
|
+
<h1 class="pf-c-app-launcher__group-title">Group 1</h1>
|
|
159
|
+
<ul>
|
|
160
|
+
<li
|
|
161
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external"
|
|
162
|
+
>
|
|
163
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
164
|
+
Link 1
|
|
165
|
+
<span
|
|
166
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
167
|
+
>
|
|
168
|
+
<i
|
|
169
|
+
class="fas fa-external-link-alt"
|
|
170
|
+
aria-hidden="true"
|
|
171
|
+
></i>
|
|
172
|
+
</span>
|
|
173
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
174
|
+
</a>
|
|
175
|
+
<button
|
|
176
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
177
|
+
type="button"
|
|
178
|
+
aria-label="Favorite"
|
|
179
|
+
>
|
|
180
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
181
|
+
</button>
|
|
182
|
+
</li>
|
|
183
|
+
<li
|
|
184
|
+
class="pf-c-app-launcher__menu-wrapper pf-m-external pf-m-favorite"
|
|
185
|
+
>
|
|
186
|
+
<a class="pf-c-app-launcher__menu-item">
|
|
187
|
+
Link 2
|
|
188
|
+
<span
|
|
189
|
+
class="pf-c-app-launcher__menu-item-external-icon"
|
|
190
|
+
>
|
|
191
|
+
<i
|
|
192
|
+
class="fas fa-external-link-alt"
|
|
193
|
+
aria-hidden="true"
|
|
194
|
+
></i>
|
|
195
|
+
</span>
|
|
196
|
+
<span class="pf-screen-reader">(opens new window)</span>
|
|
197
|
+
</a>
|
|
198
|
+
<button
|
|
199
|
+
class="pf-c-app-launcher__menu-item pf-m-action"
|
|
200
|
+
type="button"
|
|
201
|
+
aria-label="Favorite"
|
|
202
|
+
>
|
|
203
|
+
<i class="fas fa-star" aria-hidden="true"></i>
|
|
204
|
+
</button>
|
|
205
|
+
</li>
|
|
206
|
+
</ul>
|
|
207
|
+
</section>
|
|
208
|
+
</div>
|
|
209
|
+
</nav>
|
|
210
|
+
</div>
|
|
211
|
+
<div class="pf-c-toolbar__item">
|
|
212
|
+
<div class="pf-c-dropdown">
|
|
213
|
+
<button
|
|
214
|
+
class="pf-c-dropdown__toggle pf-m-plain"
|
|
215
|
+
id="skeleton-basic-example-masthead-settings-button"
|
|
216
|
+
aria-expanded="false"
|
|
217
|
+
type="button"
|
|
218
|
+
aria-label="Settings"
|
|
219
|
+
>
|
|
220
|
+
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
221
|
+
</button>
|
|
222
|
+
<ul
|
|
223
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
224
|
+
aria-labelledby="skeleton-basic-example-masthead-settings-button"
|
|
225
|
+
hidden
|
|
226
|
+
>
|
|
227
|
+
<li>
|
|
228
|
+
<button
|
|
229
|
+
class="pf-c-dropdown__menu-item"
|
|
230
|
+
type="button"
|
|
231
|
+
>Settings</button>
|
|
232
|
+
</li>
|
|
233
|
+
<li>
|
|
234
|
+
<button
|
|
235
|
+
class="pf-c-dropdown__menu-item"
|
|
236
|
+
type="button"
|
|
237
|
+
>Use the beta release</button>
|
|
238
|
+
</li>
|
|
239
|
+
</ul>
|
|
240
|
+
</div>
|
|
241
|
+
</div>
|
|
242
|
+
<div class="pf-c-toolbar__item">
|
|
243
|
+
<div class="pf-c-dropdown">
|
|
244
|
+
<button
|
|
245
|
+
class="pf-c-dropdown__toggle pf-m-plain"
|
|
246
|
+
id="skeleton-basic-example-masthead-help-button"
|
|
247
|
+
aria-expanded="false"
|
|
248
|
+
type="button"
|
|
249
|
+
aria-label="Help"
|
|
250
|
+
>
|
|
251
|
+
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
252
|
+
</button>
|
|
253
|
+
<ul
|
|
254
|
+
class="pf-c-dropdown__menu pf-m-align-right"
|
|
255
|
+
aria-labelledby="skeleton-basic-example-masthead-help-button"
|
|
256
|
+
hidden
|
|
257
|
+
>
|
|
258
|
+
<li>
|
|
259
|
+
<button
|
|
260
|
+
class="pf-c-dropdown__menu-item"
|
|
261
|
+
type="button"
|
|
262
|
+
>Support options</button>
|
|
263
|
+
</li>
|
|
264
|
+
<li>
|
|
265
|
+
<button
|
|
266
|
+
class="pf-c-dropdown__menu-item"
|
|
267
|
+
type="button"
|
|
268
|
+
>Open support case</button>
|
|
269
|
+
</li>
|
|
270
|
+
<li>
|
|
271
|
+
<button
|
|
272
|
+
class="pf-c-dropdown__menu-item"
|
|
273
|
+
type="button"
|
|
274
|
+
>API documentation</button>
|
|
275
|
+
</li>
|
|
276
|
+
</ul>
|
|
277
|
+
</div>
|
|
278
|
+
</div>
|
|
279
|
+
</div>
|
|
280
|
+
<div class="pf-c-toolbar__item pf-m-hidden-on-lg">
|
|
281
|
+
<div class="pf-c-dropdown">
|
|
282
|
+
<button
|
|
283
|
+
class="pf-c-menu-toggle pf-m-plain"
|
|
284
|
+
type="button"
|
|
285
|
+
aria-expanded="false"
|
|
286
|
+
aria-label="Actions"
|
|
287
|
+
>
|
|
288
|
+
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
289
|
+
</button>
|
|
290
|
+
<div class="pf-c-menu pf-m-drilldown pf-m-align-right" hidden>
|
|
291
|
+
<div class="pf-c-menu__content">
|
|
292
|
+
<section class="pf-c-menu__group pf-m-hidden-on-sm">
|
|
293
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
294
|
+
<li
|
|
295
|
+
class="pf-c-menu__list-item pf-m-disabled"
|
|
296
|
+
role="none"
|
|
297
|
+
>
|
|
298
|
+
<button
|
|
299
|
+
class="pf-c-menu__item"
|
|
300
|
+
type="button"
|
|
301
|
+
disabled
|
|
302
|
+
role="menuitem"
|
|
303
|
+
>
|
|
304
|
+
<span class="pf-c-menu__item-description">
|
|
305
|
+
<div class="pf-u-font-size-sm">Username:</div>
|
|
306
|
+
<div class="pf-u-font-size-md">ned_username</div>
|
|
307
|
+
</span>
|
|
308
|
+
</button>
|
|
309
|
+
</li>
|
|
310
|
+
<li
|
|
311
|
+
class="pf-c-menu__list-item pf-m-disabled"
|
|
312
|
+
role="none"
|
|
313
|
+
>
|
|
314
|
+
<button
|
|
315
|
+
class="pf-c-menu__item"
|
|
316
|
+
type="button"
|
|
317
|
+
disabled
|
|
318
|
+
role="menuitem"
|
|
319
|
+
>
|
|
320
|
+
<span class="pf-c-menu__item-description">
|
|
321
|
+
<div class="pf-u-font-size-sm">Account number:</div>
|
|
322
|
+
<div class="pf-u-font-size-md">123456789</div>
|
|
323
|
+
</span>
|
|
324
|
+
</button>
|
|
325
|
+
</li>
|
|
326
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
327
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
328
|
+
<button
|
|
329
|
+
class="pf-c-menu__item"
|
|
330
|
+
type="button"
|
|
331
|
+
role="menuitem"
|
|
332
|
+
>
|
|
333
|
+
<span class="pf-c-menu__item-main">
|
|
334
|
+
<span class="pf-c-menu__item-text">My profile</span>
|
|
335
|
+
</span>
|
|
336
|
+
</button>
|
|
337
|
+
</li>
|
|
338
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
339
|
+
<button
|
|
340
|
+
class="pf-c-menu__item"
|
|
341
|
+
type="button"
|
|
342
|
+
role="menuitem"
|
|
343
|
+
>
|
|
344
|
+
<span class="pf-c-menu__item-main">
|
|
345
|
+
<span
|
|
346
|
+
class="pf-c-menu__item-text"
|
|
347
|
+
>User management</span>
|
|
348
|
+
</span>
|
|
349
|
+
</button>
|
|
350
|
+
</li>
|
|
351
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
352
|
+
<button
|
|
353
|
+
class="pf-c-menu__item"
|
|
354
|
+
type="button"
|
|
355
|
+
role="menuitem"
|
|
356
|
+
>
|
|
357
|
+
<span class="pf-c-menu__item-main">
|
|
358
|
+
<span class="pf-c-menu__item-text">Logout</span>
|
|
359
|
+
</span>
|
|
360
|
+
</button>
|
|
361
|
+
</li>
|
|
362
|
+
</ul>
|
|
363
|
+
</section>
|
|
364
|
+
<hr class="pf-c-divider pf-m-hidden-on-sm" />
|
|
365
|
+
<section class="pf-c-menu__group">
|
|
366
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
367
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
368
|
+
<button
|
|
369
|
+
class="pf-c-menu__item"
|
|
370
|
+
type="button"
|
|
371
|
+
role="menuitem"
|
|
372
|
+
aria-expanded="false"
|
|
373
|
+
>
|
|
374
|
+
<span class="pf-c-menu__item-main">
|
|
375
|
+
<span class="pf-c-menu__item-icon">
|
|
376
|
+
<i
|
|
377
|
+
class="fas fa-fw fa-cog"
|
|
378
|
+
aria-hidden="true"
|
|
379
|
+
></i>
|
|
380
|
+
</span>
|
|
381
|
+
<span class="pf-c-menu__item-text">Settings</span>
|
|
382
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
383
|
+
<i class="fas fa-angle-right"></i>
|
|
384
|
+
</span>
|
|
385
|
+
</span>
|
|
386
|
+
</button>
|
|
387
|
+
<div class="pf-c-menu" hidden>
|
|
388
|
+
<div class="pf-c-menu__content">
|
|
389
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
390
|
+
<li
|
|
391
|
+
class="pf-c-menu__list-item pf-m-drill-up"
|
|
392
|
+
role="none"
|
|
393
|
+
>
|
|
394
|
+
<button
|
|
395
|
+
class="pf-c-menu__item"
|
|
396
|
+
type="button"
|
|
397
|
+
role="menuitem"
|
|
398
|
+
>
|
|
399
|
+
<span class="pf-c-menu__item-main">
|
|
400
|
+
<span
|
|
401
|
+
class="pf-c-menu__item-toggle-icon"
|
|
402
|
+
>
|
|
403
|
+
<i class="fas fa-angle-left"></i>
|
|
404
|
+
</span>
|
|
405
|
+
<span class="pf-c-menu__item-icon">
|
|
406
|
+
<i
|
|
407
|
+
class="fas fa-fw fa-cog"
|
|
408
|
+
aria-hidden="true"
|
|
409
|
+
></i>
|
|
410
|
+
</span>
|
|
411
|
+
<span
|
|
412
|
+
class="pf-c-menu__item-text"
|
|
413
|
+
>Settings</span>
|
|
414
|
+
</span>
|
|
415
|
+
</button>
|
|
416
|
+
</li>
|
|
417
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
418
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
419
|
+
<a
|
|
420
|
+
class="pf-c-menu__item"
|
|
421
|
+
href="#"
|
|
422
|
+
role="menuitem"
|
|
423
|
+
>
|
|
424
|
+
<span class="pf-c-menu__item-main">
|
|
425
|
+
<span
|
|
426
|
+
class="pf-c-menu__item-text"
|
|
427
|
+
>Customer support</span>
|
|
428
|
+
</span>
|
|
429
|
+
</a>
|
|
430
|
+
</li>
|
|
431
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
432
|
+
<a
|
|
433
|
+
class="pf-c-menu__item"
|
|
434
|
+
href="#"
|
|
435
|
+
role="menuitem"
|
|
436
|
+
>
|
|
437
|
+
<span class="pf-c-menu__item-main">
|
|
438
|
+
<span class="pf-c-menu__item-text">About</span>
|
|
439
|
+
</span>
|
|
440
|
+
</a>
|
|
441
|
+
</li>
|
|
442
|
+
</ul>
|
|
443
|
+
</div>
|
|
444
|
+
</div>
|
|
445
|
+
</li>
|
|
446
|
+
|
|
447
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
448
|
+
<button
|
|
449
|
+
class="pf-c-menu__item"
|
|
450
|
+
type="button"
|
|
451
|
+
role="menuitem"
|
|
452
|
+
aria-expanded="false"
|
|
453
|
+
>
|
|
454
|
+
<span class="pf-c-menu__item-main">
|
|
455
|
+
<span class="pf-c-menu__item-icon">
|
|
456
|
+
<i
|
|
457
|
+
class="fas fa-fw fa-pf-icon pf-icon-help"
|
|
458
|
+
aria-hidden="true"
|
|
459
|
+
></i>
|
|
460
|
+
</span>
|
|
461
|
+
<span class="pf-c-menu__item-text">Help</span>
|
|
462
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
463
|
+
<i class="fas fa-angle-right"></i>
|
|
464
|
+
</span>
|
|
465
|
+
</span>
|
|
466
|
+
</button>
|
|
467
|
+
<div class="pf-c-menu" hidden>
|
|
468
|
+
<div class="pf-c-menu__content">
|
|
469
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
470
|
+
<li
|
|
471
|
+
class="pf-c-menu__list-item pf-m-drill-up"
|
|
472
|
+
role="none"
|
|
473
|
+
>
|
|
474
|
+
<button
|
|
475
|
+
class="pf-c-menu__item"
|
|
476
|
+
type="button"
|
|
477
|
+
role="menuitem"
|
|
478
|
+
>
|
|
479
|
+
<span class="pf-c-menu__item-main">
|
|
480
|
+
<span
|
|
481
|
+
class="pf-c-menu__item-toggle-icon"
|
|
482
|
+
>
|
|
483
|
+
<i class="fas fa-angle-left"></i>
|
|
484
|
+
</span>
|
|
485
|
+
<span class="pf-c-menu__item-icon">
|
|
486
|
+
<i
|
|
487
|
+
class="fas fa-fw fa-pf-icon pf-icon-help"
|
|
488
|
+
aria-hidden="true"
|
|
489
|
+
></i>
|
|
490
|
+
</span>
|
|
491
|
+
<span class="pf-c-menu__item-text">Help</span>
|
|
492
|
+
</span>
|
|
493
|
+
</button>
|
|
494
|
+
</li>
|
|
495
|
+
<li class="pf-c-divider" role="separator"></li>
|
|
496
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
497
|
+
<a
|
|
498
|
+
class="pf-c-menu__item"
|
|
499
|
+
href="#"
|
|
500
|
+
role="menuitem"
|
|
501
|
+
>
|
|
502
|
+
<span class="pf-c-menu__item-main">
|
|
503
|
+
<span
|
|
504
|
+
class="pf-c-menu__item-text"
|
|
505
|
+
>Support options</span>
|
|
506
|
+
</span>
|
|
507
|
+
</a>
|
|
508
|
+
</li>
|
|
509
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
510
|
+
<a
|
|
511
|
+
class="pf-c-menu__item"
|
|
512
|
+
href="#"
|
|
513
|
+
role="menuitem"
|
|
514
|
+
>
|
|
515
|
+
<span class="pf-c-menu__item-main">
|
|
516
|
+
<span
|
|
517
|
+
class="pf-c-menu__item-text"
|
|
518
|
+
>Open support case</span>
|
|
519
|
+
</span>
|
|
520
|
+
</a>
|
|
521
|
+
</li>
|
|
522
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
523
|
+
<a
|
|
524
|
+
class="pf-c-menu__item"
|
|
525
|
+
href="#"
|
|
526
|
+
role="menuitem"
|
|
527
|
+
>
|
|
528
|
+
<span class="pf-c-menu__item-main">
|
|
529
|
+
<span
|
|
530
|
+
class="pf-c-menu__item-text"
|
|
531
|
+
>API documentation</span>
|
|
532
|
+
</span>
|
|
533
|
+
</a>
|
|
534
|
+
</li>
|
|
535
|
+
</ul>
|
|
536
|
+
</div>
|
|
537
|
+
</div>
|
|
538
|
+
</li>
|
|
539
|
+
|
|
540
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
541
|
+
<button
|
|
542
|
+
class="pf-c-menu__item"
|
|
543
|
+
type="button"
|
|
544
|
+
role="menuitem"
|
|
545
|
+
>
|
|
546
|
+
<span class="pf-c-menu__item-main">
|
|
547
|
+
<span class="pf-c-menu__item-icon">
|
|
548
|
+
<i class="fas fa-fw fa-th" aria-hidden="true"></i>
|
|
549
|
+
</span>
|
|
550
|
+
<span
|
|
551
|
+
class="pf-c-menu__item-text"
|
|
552
|
+
>Application launcher</span>
|
|
553
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
554
|
+
<i class="fas fa-angle-right"></i>
|
|
555
|
+
</span>
|
|
556
|
+
</span>
|
|
557
|
+
</button>
|
|
558
|
+
<div class="pf-c-menu" hidden>
|
|
559
|
+
<div class="pf-c-menu__header">
|
|
560
|
+
<button
|
|
561
|
+
class="pf-c-menu__item"
|
|
562
|
+
type="button"
|
|
563
|
+
role="menuitem"
|
|
564
|
+
>
|
|
565
|
+
<span class="pf-c-menu__item-main">
|
|
566
|
+
<span class="pf-c-menu__item-toggle-icon">
|
|
567
|
+
<i class="fas fa-angle-left"></i>
|
|
568
|
+
</span>
|
|
569
|
+
<span class="pf-c-menu__item-icon">
|
|
570
|
+
<i
|
|
571
|
+
class="fas fa-fw fa-th"
|
|
572
|
+
aria-hidden="true"
|
|
573
|
+
></i>
|
|
574
|
+
</span>
|
|
575
|
+
<span
|
|
576
|
+
class="pf-c-menu__item-text"
|
|
577
|
+
>Application launcher</span>
|
|
578
|
+
</span>
|
|
579
|
+
</button>
|
|
580
|
+
</div>
|
|
581
|
+
<div class="pf-c-menu__search">
|
|
582
|
+
<div class="pf-c-menu__search-input">
|
|
583
|
+
<div class="pf-c-search-input">
|
|
584
|
+
<div class="pf-c-search-input__bar">
|
|
585
|
+
<span class="pf-c-search-input__text">
|
|
586
|
+
<span class="pf-c-search-input__icon">
|
|
587
|
+
<i
|
|
588
|
+
class="fas fa-search fa-fw"
|
|
589
|
+
aria-hidden="true"
|
|
590
|
+
></i>
|
|
591
|
+
</span>
|
|
592
|
+
<input
|
|
593
|
+
class="pf-c-search-input__text-input"
|
|
594
|
+
type="text"
|
|
595
|
+
placeholder="Search"
|
|
596
|
+
aria-label="Search"
|
|
597
|
+
/>
|
|
598
|
+
</span>
|
|
599
|
+
</div>
|
|
600
|
+
</div>
|
|
601
|
+
</div>
|
|
602
|
+
</div>
|
|
603
|
+
<hr class="pf-c-divider" />
|
|
604
|
+
<section class="pf-c-menu__group">
|
|
605
|
+
<h1 class="pf-c-menu__group-title">Favorites</h1>
|
|
606
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
607
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
608
|
+
<a
|
|
609
|
+
class="pf-c-menu__item"
|
|
610
|
+
href="#"
|
|
611
|
+
role="menuitem"
|
|
612
|
+
>
|
|
613
|
+
<span class="pf-c-menu__item-main">
|
|
614
|
+
<span
|
|
615
|
+
class="pf-c-menu__item-text"
|
|
616
|
+
>Link 1</span>
|
|
617
|
+
</span>
|
|
618
|
+
</a>
|
|
619
|
+
<button
|
|
620
|
+
class="pf-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
621
|
+
type="button"
|
|
622
|
+
aria-label="Starred"
|
|
623
|
+
>
|
|
624
|
+
<span class="pf-c-menu__item-action-icon">
|
|
625
|
+
<i
|
|
626
|
+
class="fas fa-star"
|
|
627
|
+
aria-hidden="true"
|
|
628
|
+
></i>
|
|
629
|
+
</span>
|
|
630
|
+
</button>
|
|
631
|
+
</li>
|
|
632
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
633
|
+
<a
|
|
634
|
+
class="pf-c-menu__item"
|
|
635
|
+
href="#"
|
|
636
|
+
role="menuitem"
|
|
637
|
+
target="_blank"
|
|
638
|
+
>
|
|
639
|
+
<span class="pf-c-menu__item-main">
|
|
640
|
+
<span
|
|
641
|
+
class="pf-c-menu__item-text"
|
|
642
|
+
>Link 2</span>
|
|
643
|
+
<span
|
|
644
|
+
class="pf-c-menu__item-external-icon"
|
|
645
|
+
>
|
|
646
|
+
<i
|
|
647
|
+
class="fas fa-external-link-alt"
|
|
648
|
+
aria-hidden="true"
|
|
649
|
+
></i>
|
|
650
|
+
</span>
|
|
651
|
+
<span
|
|
652
|
+
class="pf-screen-reader"
|
|
653
|
+
>(opens new window)</span>
|
|
654
|
+
</span>
|
|
655
|
+
</a>
|
|
656
|
+
<button
|
|
657
|
+
class="pf-c-menu__item-action pf-m-favorite"
|
|
658
|
+
type="button"
|
|
659
|
+
aria-label="Not starred"
|
|
660
|
+
>
|
|
661
|
+
<span class="pf-c-menu__item-action-icon">
|
|
662
|
+
<i
|
|
663
|
+
class="fas fa-star"
|
|
664
|
+
aria-hidden="true"
|
|
665
|
+
></i>
|
|
666
|
+
</span>
|
|
667
|
+
</button>
|
|
668
|
+
</li>
|
|
669
|
+
</ul>
|
|
670
|
+
</section>
|
|
671
|
+
<hr class="pf-c-divider" />
|
|
672
|
+
<section class="pf-c-menu__group">
|
|
673
|
+
<h1 class="pf-c-menu__group-title">Group 1</h1>
|
|
674
|
+
<ul class="pf-c-menu__list" role="menu">
|
|
675
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
676
|
+
<a
|
|
677
|
+
class="pf-c-menu__item"
|
|
678
|
+
href="#"
|
|
679
|
+
role="menuitem"
|
|
680
|
+
>
|
|
681
|
+
<span class="pf-c-menu__item-main">
|
|
682
|
+
<span
|
|
683
|
+
class="pf-c-menu__item-text"
|
|
684
|
+
>Link 1</span>
|
|
685
|
+
</span>
|
|
686
|
+
</a>
|
|
687
|
+
<button
|
|
688
|
+
class="pf-c-menu__item-action pf-m-favorite"
|
|
689
|
+
type="button"
|
|
690
|
+
aria-label="Not starred"
|
|
691
|
+
>
|
|
692
|
+
<span class="pf-c-menu__item-action-icon">
|
|
693
|
+
<i
|
|
694
|
+
class="fas fa-star"
|
|
695
|
+
aria-hidden="true"
|
|
696
|
+
></i>
|
|
697
|
+
</span>
|
|
698
|
+
</button>
|
|
699
|
+
</li>
|
|
700
|
+
<li class="pf-c-menu__list-item" role="none">
|
|
701
|
+
<a
|
|
702
|
+
class="pf-c-menu__item"
|
|
703
|
+
href="#"
|
|
704
|
+
role="menuitem"
|
|
705
|
+
target="_blank"
|
|
706
|
+
>
|
|
707
|
+
<span class="pf-c-menu__item-main">
|
|
708
|
+
<span
|
|
709
|
+
class="pf-c-menu__item-text"
|
|
710
|
+
>Link 2</span>
|
|
711
|
+
<span
|
|
712
|
+
class="pf-c-menu__item-external-icon"
|
|
713
|
+
>
|
|
714
|
+
<i
|
|
715
|
+
class="fas fa-external-link-alt"
|
|
716
|
+
aria-hidden="true"
|
|
717
|
+
></i>
|
|
718
|
+
</span>
|
|
719
|
+
<span
|
|
720
|
+
class="pf-screen-reader"
|
|
721
|
+
>(opens new window)</span>
|
|
722
|
+
</span>
|
|
723
|
+
</a>
|
|
724
|
+
<button
|
|
725
|
+
class="pf-c-menu__item-action pf-m-favorite pf-m-favorited"
|
|
726
|
+
type="button"
|
|
727
|
+
aria-label="Starred"
|
|
728
|
+
>
|
|
729
|
+
<span class="pf-c-menu__item-action-icon">
|
|
730
|
+
<i
|
|
731
|
+
class="fas fa-star"
|
|
732
|
+
aria-hidden="true"
|
|
733
|
+
></i>
|
|
734
|
+
</span>
|
|
735
|
+
</button>
|
|
736
|
+
</li>
|
|
737
|
+
</ul>
|
|
738
|
+
</section>
|
|
739
|
+
</div>
|
|
740
|
+
</li>
|
|
741
|
+
</ul>
|
|
742
|
+
</section>
|
|
743
|
+
</div>
|
|
744
|
+
</div>
|
|
745
|
+
</div>
|
|
746
|
+
</div>
|
|
747
|
+
</div>
|
|
748
|
+
<div class="pf-c-toolbar__item pf-m-hidden pf-m-visible-on-sm">
|
|
749
|
+
<div
|
|
750
|
+
class="pf-c-dropdown pf-m-full-height"
|
|
751
|
+
style="--pf-c-dropdown--MaxWidth: 20ch;"
|
|
752
|
+
>
|
|
142
753
|
<button
|
|
143
|
-
class="pf-c-
|
|
754
|
+
class="pf-c-dropdown__toggle"
|
|
755
|
+
id="skeleton-basic-example-masthead-profile-button"
|
|
756
|
+
aria-expanded="false"
|
|
144
757
|
type="button"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
758
|
+
>
|
|
759
|
+
<span class="pf-c-dropdown__toggle-image">
|
|
760
|
+
<img
|
|
761
|
+
class="pf-c-avatar"
|
|
762
|
+
src="/assets/images/img_avatar.svg"
|
|
763
|
+
alt="Avatar image"
|
|
764
|
+
/>
|
|
765
|
+
</span>
|
|
766
|
+
<span class="pf-c-dropdown__toggle-text">Ned Username</span>
|
|
767
|
+
<span class="pf-c-dropdown__toggle-icon">
|
|
768
|
+
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
769
|
+
</span>
|
|
770
|
+
</button>
|
|
771
|
+
<div class="pf-c-dropdown__menu" hidden>
|
|
772
|
+
<section class="pf-c-dropdown__group">
|
|
773
|
+
<div class="pf-c-dropdown__menu-item pf-m-text">
|
|
774
|
+
<div class="pf-u-font-size-sm">Account number:</div>
|
|
775
|
+
<div>123456789</div>
|
|
776
|
+
</div>
|
|
777
|
+
<div class="pf-c-dropdown__menu-item pf-m-text">
|
|
778
|
+
<div class="pf-u-font-size-sm">Username:</div>
|
|
779
|
+
<div>mshaksho@redhat.com</div>
|
|
780
|
+
</div>
|
|
781
|
+
</section>
|
|
782
|
+
<hr class="pf-c-divider" />
|
|
783
|
+
<section class="pf-c-dropdown__group">
|
|
784
|
+
<ul>
|
|
785
|
+
<li>
|
|
786
|
+
<a class="pf-c-dropdown__menu-item" href="#">My profile</a>
|
|
787
|
+
</li>
|
|
788
|
+
<li>
|
|
789
|
+
<a
|
|
790
|
+
class="pf-c-dropdown__menu-item"
|
|
791
|
+
href="#"
|
|
792
|
+
>User management</a>
|
|
793
|
+
</li>
|
|
794
|
+
<li>
|
|
795
|
+
<a class="pf-c-dropdown__menu-item" href="#">Logout</a>
|
|
796
|
+
</li>
|
|
797
|
+
</ul>
|
|
798
|
+
</section>
|
|
799
|
+
</div>
|
|
800
|
+
</div>
|
|
801
|
+
</div>
|
|
153
802
|
</div>
|
|
154
803
|
</div>
|
|
155
804
|
</div>
|
|
156
|
-
<img
|
|
157
|
-
class="pf-c-avatar"
|
|
158
|
-
src="/assets/images/img_avatar.svg"
|
|
159
|
-
alt="Avatar image"
|
|
160
|
-
/>
|
|
161
805
|
</div>
|
|
162
806
|
</header>
|
|
163
807
|
<div class="pf-c-page__sidebar">
|
|
164
808
|
<div class="pf-c-page__sidebar-body">
|
|
165
809
|
<nav
|
|
166
810
|
class="pf-c-nav"
|
|
167
|
-
id="skeleton-
|
|
811
|
+
id="skeleton-basic-example-primary-nav"
|
|
168
812
|
aria-label="Global"
|
|
169
813
|
>
|
|
170
814
|
<ul class="pf-c-nav__list">
|
|
815
|
+
<li class="pf-c-nav__item">
|
|
816
|
+
<a href="#" class="pf-c-nav__link">System panel</a>
|
|
817
|
+
</li>
|
|
171
818
|
<li class="pf-c-nav__item">
|
|
172
819
|
<a
|
|
173
820
|
href="#"
|
|
174
821
|
class="pf-c-nav__link pf-m-current"
|
|
175
822
|
aria-current="page"
|
|
176
|
-
>
|
|
177
|
-
</li>
|
|
178
|
-
<li class="pf-c-nav__item">
|
|
179
|
-
<a href="#" class="pf-c-nav__link">Policy</a>
|
|
823
|
+
>Policy</a>
|
|
180
824
|
</li>
|
|
181
825
|
<li class="pf-c-nav__item">
|
|
182
826
|
<a href="#" class="pf-c-nav__link">Authentication</a>
|
|
183
827
|
</li>
|
|
184
828
|
<li class="pf-c-nav__item">
|
|
185
|
-
<a href="#" class="pf-c-nav__link">Network
|
|
829
|
+
<a href="#" class="pf-c-nav__link">Network services</a>
|
|
186
830
|
</li>
|
|
187
831
|
<li class="pf-c-nav__item">
|
|
188
832
|
<a href="#" class="pf-c-nav__link">Server</a>
|
|
@@ -194,12 +838,50 @@ section: components
|
|
|
194
838
|
<main
|
|
195
839
|
class="pf-c-page__main"
|
|
196
840
|
tabindex="-1"
|
|
197
|
-
id="main-content-skeleton-
|
|
841
|
+
id="main-content-skeleton-basic-example"
|
|
198
842
|
>
|
|
199
|
-
<section class="pf-c-page__main-
|
|
200
|
-
<div class="pf-c-
|
|
201
|
-
<
|
|
202
|
-
|
|
843
|
+
<section class="pf-c-page__main-breadcrumb pf-m-limit-width">
|
|
844
|
+
<div class="pf-c-page__main-body">
|
|
845
|
+
<nav class="pf-c-breadcrumb" aria-label="breadcrumb">
|
|
846
|
+
<ol class="pf-c-breadcrumb__list">
|
|
847
|
+
<li class="pf-c-breadcrumb__item">
|
|
848
|
+
<a href="#" class="pf-c-breadcrumb__link">Section home</a>
|
|
849
|
+
</li>
|
|
850
|
+
<li class="pf-c-breadcrumb__item">
|
|
851
|
+
<span class="pf-c-breadcrumb__item-divider">
|
|
852
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
853
|
+
</span>
|
|
854
|
+
|
|
855
|
+
<a href="#" class="pf-c-breadcrumb__link">Section title</a>
|
|
856
|
+
</li>
|
|
857
|
+
<li class="pf-c-breadcrumb__item">
|
|
858
|
+
<span class="pf-c-breadcrumb__item-divider">
|
|
859
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
860
|
+
</span>
|
|
861
|
+
|
|
862
|
+
<a href="#" class="pf-c-breadcrumb__link">Section title</a>
|
|
863
|
+
</li>
|
|
864
|
+
<li class="pf-c-breadcrumb__item">
|
|
865
|
+
<span class="pf-c-breadcrumb__item-divider">
|
|
866
|
+
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
867
|
+
</span>
|
|
868
|
+
|
|
869
|
+
<a
|
|
870
|
+
href="#"
|
|
871
|
+
class="pf-c-breadcrumb__link pf-m-current"
|
|
872
|
+
aria-current="page"
|
|
873
|
+
>Section landing</a>
|
|
874
|
+
</li>
|
|
875
|
+
</ol>
|
|
876
|
+
</nav>
|
|
877
|
+
</div>
|
|
878
|
+
</section>
|
|
879
|
+
<section class="pf-c-page__main-section pf-m-limit-width pf-m-light">
|
|
880
|
+
<div class="pf-c-page__main-body">
|
|
881
|
+
<div class="pf-c-content">
|
|
882
|
+
<h1>Main title</h1>
|
|
883
|
+
<p>This is a full page demo.</p>
|
|
884
|
+
</div>
|
|
203
885
|
</div>
|
|
204
886
|
</section>
|
|
205
887
|
<section class="pf-c-page__main-section">
|