@patternfly/patternfly 6.0.0-alpha.195 → 6.0.0-alpha.197
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/components/DataList/data-list.css +11 -15
- package/components/DataList/data-list.scss +13 -19
- package/components/Masthead/masthead.css +1 -1
- package/components/Masthead/masthead.scss +1 -1
- package/components/Table/table-grid.css +1 -7
- package/components/Table/table-grid.scss +1 -3
- package/components/Table/table-tree-view.css +30 -40
- package/components/Table/table-tree-view.scss +6 -9
- package/components/Toolbar/toolbar.css +4 -3
- package/components/Toolbar/toolbar.scss +4 -3
- package/components/_index.css +47 -66
- package/docs/demos/AboutModal/examples/AboutModal.md +3 -358
- package/docs/demos/Alert/examples/Alert.md +64 -1351
- package/docs/demos/BackToTop/examples/BackToTop.md +6 -426
- package/docs/demos/Banner/examples/Banner.md +14 -895
- package/docs/demos/CardView/examples/CardView.md +23 -1095
- package/docs/demos/Dashboard/examples/Dashboard.md +32 -1597
- package/docs/demos/DataList/examples/DataList.md +64 -4031
- package/docs/demos/DescriptionList/examples/DescriptionList.md +471 -1523
- package/docs/demos/Drawer/examples/Drawer.md +35 -1849
- package/docs/demos/JumpLinks/examples/JumpLinks.md +86 -2326
- package/docs/demos/Masthead/examples/Masthead.md +11 -611
- package/docs/demos/Modal/examples/Modal.md +196 -2126
- package/docs/demos/Nav/examples/Nav.md +22 -1988
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +35 -4415
- package/docs/demos/Page/examples/Page.md +104 -4112
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +269 -6297
- package/docs/demos/Skeleton/examples/Skeleton.md +15 -412
- package/docs/demos/Table/examples/Table.md +416 -15861
- package/docs/demos/Tabs/examples/Tabs.md +518 -3638
- package/docs/demos/Toolbar/examples/Toolbar.md +92 -1812
- package/docs/demos/Wizard/examples/Wizard.md +666 -5289
- package/package.json +1 -1
- package/patternfly-no-globals.css +47 -66
- package/patternfly.css +47 -66
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -5,1101 +5,29 @@ section: patterns
|
|
|
5
5
|
|
|
6
6
|
### Card view
|
|
7
7
|
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
<a class="pf-v6-c-masthead__brand" href="#">
|
|
32
|
-
<svg height="37px" viewBox="0 0 679 158">
|
|
33
|
-
<title>PF-HorizontalLogo-Color</title>
|
|
34
|
-
<defs>
|
|
35
|
-
<linearGradient
|
|
36
|
-
x1="68%"
|
|
37
|
-
y1="2.25860997e-13%"
|
|
38
|
-
x2="32%"
|
|
39
|
-
y2="100%"
|
|
40
|
-
id="linearGradient-card-view-basic-example-masthead"
|
|
41
|
-
>
|
|
42
|
-
<stop stop-color="#2B9AF3" offset="0%" />
|
|
43
|
-
<stop
|
|
44
|
-
stop-color="#73BCF7"
|
|
45
|
-
stop-opacity="0.502212631"
|
|
46
|
-
offset="100%"
|
|
47
|
-
/>
|
|
48
|
-
</linearGradient>
|
|
49
|
-
</defs>
|
|
50
|
-
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
51
|
-
<g
|
|
52
|
-
transform="translate(206.000000, 45.750000)"
|
|
53
|
-
fill="var(--pf-t--global--text--color--regular)"
|
|
54
|
-
fill-rule="nonzero"
|
|
55
|
-
>
|
|
56
|
-
<path
|
|
57
|
-
d="M0,65.25 L0,2.25 L33.21,2.25 C37.35,2.25 41.025,3.135 44.235,4.905 C47.445,6.675 49.98,9.09 51.84,12.15 C53.7,15.21 54.63,18.72 54.63,22.68 C54.63,26.46 53.7,29.865 51.84,32.895 C49.98,35.925 47.43,38.31 44.19,40.05 C40.95,41.79 37.29,42.66 33.21,42.66 L15.48,42.66 L15.48,65.25 L0,65.25 Z M15.48,29.88 L31.41,29.88 C33.69,29.88 35.52,29.22 36.9,27.9 C38.28,26.58 38.97,24.87 38.97,22.77 C38.97,20.61 38.28,18.855 36.9,17.505 C35.52,16.155 33.69,15.48 31.41,15.48 L15.48,15.48 L15.48,29.88 Z"
|
|
58
|
-
/>
|
|
59
|
-
<path
|
|
60
|
-
d="M77.04,66.06 C73.68,66.06 70.695,65.43 68.085,64.17 C65.475,62.91 63.435,61.17 61.965,58.95 C60.495,56.73 59.76,54.18 59.76,51.3 C59.76,46.74 61.485,43.215 64.935,40.725 C68.385,38.235 73.2,36.99 79.38,36.99 C83.1,36.99 86.7,37.44 90.18,38.34 L90.18,36 C90.18,31.26 87.15,28.89 81.09,28.89 C77.49,28.89 72.69,30.15 66.69,32.67 L61.47,21.96 C69.15,18.48 76.56,16.74 83.7,16.74 C90.3,16.74 95.43,18.315 99.09,21.465 C102.75,24.615 104.58,29.04 104.58,34.74 L104.58,65.25 L90.18,65.25 L90.18,62.37 C88.26,63.69 86.235,64.635 84.105,65.205 C81.975,65.775 79.62,66.06 77.04,66.06 Z M73.62,51.03 C73.62,52.53 74.28,53.7 75.6,54.54 C76.92,55.38 78.75,55.8 81.09,55.8 C84.69,55.8 87.72,55.05 90.18,53.55 L90.18,47.43 C87.42,46.71 84.54,46.35 81.54,46.35 C79.02,46.35 77.07,46.755 75.69,47.565 C74.31,48.375 73.62,49.53 73.62,51.03 Z"
|
|
61
|
-
/>
|
|
62
|
-
<path
|
|
63
|
-
d="M137.25,65.88 C125.73,65.88 119.97,60.84 119.97,50.76 L119.97,29.79 L110.34,29.79 L110.34,17.64 L119.97,17.64 L119.97,5.4 L134.55,2.25 L134.55,17.64 L147.87,17.64 L147.87,29.79 L134.55,29.79 L134.55,47.88 C134.55,49.98 135.015,51.465 135.945,52.335 C136.875,53.205 138.51,53.64 140.85,53.64 C143.01,53.64 145.2,53.31 147.42,52.65 L147.42,64.44 C146.1,64.86 144.42,65.205 142.38,65.475 C140.34,65.745 138.63,65.88 137.25,65.88 Z"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M177.57,65.88 C166.05,65.88 160.29,60.84 160.29,50.76 L160.29,29.79 L150.66,29.79 L150.66,17.64 L160.29,17.64 L160.29,5.4 L174.87,2.25 L174.87,17.64 L188.19,17.64 L188.19,29.79 L174.87,29.79 L174.87,47.88 C174.87,49.98 175.335,51.465 176.265,52.335 C177.195,53.205 178.83,53.64 181.17,53.64 C183.33,53.64 185.52,53.31 187.74,52.65 L187.74,64.44 C186.42,64.86 184.74,65.205 182.7,65.475 C180.66,65.745 178.95,65.88 177.57,65.88 Z"
|
|
67
|
-
/>
|
|
68
|
-
<path
|
|
69
|
-
d="M217.62,66.15 C212.76,66.15 208.365,65.055 204.435,62.865 C200.505,60.675 197.4,57.72 195.12,54 C192.84,50.28 191.7,46.11 191.7,41.49 C191.7,36.87 192.795,32.7 194.985,28.98 C197.175,25.26 200.16,22.305 203.94,20.115 C207.72,17.925 211.92,16.83 216.54,16.83 C221.22,16.83 225.36,17.955 228.96,20.205 C232.56,22.455 235.395,25.53 237.465,29.43 C239.535,33.33 240.57,37.8 240.57,42.84 L240.57,46.44 L206.64,46.44 C207.6,48.66 209.1,50.475 211.14,51.885 C213.18,53.295 215.58,54 218.34,54 C222.42,54 225.6,52.8 227.88,50.4 L237.51,58.95 C234.51,61.47 231.435,63.3 228.285,64.44 C225.135,65.58 221.58,66.15 217.62,66.15 Z M206.37,36.27 L226.26,36.27 C225.48,33.99 224.205,32.16 222.435,30.78 C220.665,29.4 218.61,28.71 216.27,28.71 C213.87,28.71 211.8,29.37 210.06,30.69 C208.32,32.01 207.09,33.87 206.37,36.27 Z"
|
|
70
|
-
/>
|
|
71
|
-
<path
|
|
72
|
-
d="M247.41,65.25 L247.41,17.64 L261.99,17.64 L261.99,22.41 C265.23,18.51 269.4,16.56 274.5,16.56 C277.08,16.62 278.91,17.01 279.99,17.73 L279.99,30.42 C277.95,29.46 275.64,28.98 273.06,28.98 C270.78,28.98 268.665,29.505 266.715,30.555 C264.765,31.605 263.19,33.09 261.99,35.01 L261.99,65.25 L247.41,65.25 Z"
|
|
73
|
-
/>
|
|
74
|
-
<path
|
|
75
|
-
d="M286.29,65.25 L286.29,17.64 L300.87,17.64 L300.87,20.88 C304.47,18.12 308.73,16.74 313.65,16.74 C317.37,16.74 320.655,17.55 323.505,19.17 C326.355,20.79 328.59,23.04 330.21,25.92 C331.83,28.8 332.64,32.13 332.64,35.91 L332.64,65.25 L318.06,65.25 L318.06,37.89 C318.06,35.25 317.28,33.15 315.72,31.59 C314.16,30.03 312.06,29.25 309.42,29.25 C305.76,29.25 302.91,30.51 300.87,33.03 L300.87,65.25 L286.29,65.25 Z"
|
|
76
|
-
/>
|
|
77
|
-
<polygon
|
|
78
|
-
points="342 65.25 342 2.25 392.04 2.25 392.04 15.66 357.48 15.66 357.48 27.45 380.52 27.45 380.52 40.41 357.48 40.41 357.48 65.25"
|
|
79
|
-
/>
|
|
80
|
-
<polygon points="399.96 65.25 399.96 2.25 414.54 0 414.54 65.25" />
|
|
81
|
-
<path
|
|
82
|
-
d="M429.21,84.69 C428.07,84.69 426.96,84.645 425.88,84.555 C424.8,84.465 423.9,84.33 423.18,84.15 L423.18,71.73 C424.38,71.97 425.88,72.09 427.68,72.09 C432.36,72.09 435.51,70.05 437.13,65.97 L437.13,65.88 L418.86,17.64 L434.97,17.64 L445.5,47.61 L457.74,17.64 L473.49,17.64 L452.16,67.68 C450.42,71.82 448.5,75.135 446.4,77.625 C444.3,80.115 441.87,81.915 439.11,83.025 C436.35,84.135 433.05,84.69 429.21,84.69 Z"
|
|
83
|
-
/>
|
|
84
|
-
</g>
|
|
85
|
-
<g transform="translate(0.000000, 0.000000)">
|
|
86
|
-
<path
|
|
87
|
-
d="M61.826087,0 L158,0 L158,96.173913 L147.695652,96.173913 C100.271201,96.173913 61.826087,57.7287992 61.826087,10.3043478 L61.826087,0 L61.826087,0 Z"
|
|
88
|
-
fill="#0066CC"
|
|
89
|
-
/>
|
|
90
|
-
<path
|
|
91
|
-
d="M158,3.43478261 L65.2608696,158 L138,158 C149.045695,158 158,149.045695 158,138 L158,3.43478261 L158,3.43478261 Z"
|
|
92
|
-
fill="url(#linearGradient-card-view-basic-example-masthead)"
|
|
93
|
-
/>
|
|
94
|
-
<path
|
|
95
|
-
d="M123.652174,-30.9130435 L30.9130435,123.652174 L103.652174,123.652174 C114.697869,123.652174 123.652174,114.697869 123.652174,103.652174 L123.652174,-30.9130435 L123.652174,-30.9130435 Z"
|
|
96
|
-
fill="url(#linearGradient-card-view-basic-example-masthead)"
|
|
97
|
-
transform="translate(77.282609, 46.369565) scale(1, -1) rotate(90.000000) translate(-77.282609, -46.369565) "
|
|
98
|
-
/>
|
|
99
|
-
</g>
|
|
100
|
-
</g>
|
|
101
|
-
</svg>
|
|
102
|
-
</a>
|
|
103
|
-
</div>
|
|
104
|
-
<div class="pf-v6-c-masthead__content">
|
|
105
|
-
<div
|
|
106
|
-
class="pf-v6-c-toolbar pf-m-static"
|
|
107
|
-
id="card-view-basic-example-masthead-toolbar"
|
|
108
|
-
>
|
|
109
|
-
<div class="pf-v6-c-toolbar__content">
|
|
110
|
-
<div class="pf-v6-c-toolbar__content-section">
|
|
111
|
-
<div
|
|
112
|
-
class="pf-v6-c-toolbar__group pf-m-align-end pf-m-spacer-none pf-m-spacer-md-on-md pf-m-action-group-plain"
|
|
113
|
-
>
|
|
114
|
-
<div
|
|
115
|
-
class="pf-v6-c-toolbar__group pf-m-hidden pf-m-visible-on-lg pf-m-action-group-plain"
|
|
116
|
-
>
|
|
117
|
-
<div class="pf-v6-c-toolbar__item">
|
|
118
|
-
<button
|
|
119
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
120
|
-
type="button"
|
|
121
|
-
aria-expanded="false"
|
|
122
|
-
aria-label="Application launcher"
|
|
123
|
-
>
|
|
124
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
125
|
-
<i class="fas fa-th" aria-hidden="true"></i>
|
|
126
|
-
</span>
|
|
127
|
-
</button>
|
|
128
|
-
</div>
|
|
129
|
-
<div class="pf-v6-c-toolbar__item">
|
|
130
|
-
<button
|
|
131
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
132
|
-
type="button"
|
|
133
|
-
aria-expanded="false"
|
|
134
|
-
aria-label="Settings"
|
|
135
|
-
>
|
|
136
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
137
|
-
<i class="fas fa-cog" aria-hidden="true"></i>
|
|
138
|
-
</span>
|
|
139
|
-
</button>
|
|
140
|
-
</div>
|
|
141
|
-
<div class="pf-v6-c-toolbar__item">
|
|
142
|
-
<button
|
|
143
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
144
|
-
type="button"
|
|
145
|
-
aria-expanded="false"
|
|
146
|
-
aria-label="Help"
|
|
147
|
-
>
|
|
148
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
149
|
-
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
|
150
|
-
</span>
|
|
151
|
-
</button>
|
|
152
|
-
</div>
|
|
153
|
-
</div>
|
|
154
|
-
|
|
155
|
-
<div class="pf-v6-c-toolbar__item pf-m-hidden-on-lg">
|
|
156
|
-
<button
|
|
157
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
158
|
-
type="button"
|
|
159
|
-
aria-expanded="false"
|
|
160
|
-
aria-label="Actions"
|
|
161
|
-
>
|
|
162
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
163
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
164
|
-
</span>
|
|
165
|
-
</button>
|
|
166
|
-
</div>
|
|
167
|
-
</div>
|
|
168
|
-
</div>
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
</div>
|
|
172
|
-
</header>
|
|
173
|
-
<div class="pf-v6-c-page__sidebar">
|
|
174
|
-
<div class="pf-v6-c-page__sidebar-body">
|
|
175
|
-
<nav
|
|
176
|
-
class="pf-v6-c-nav"
|
|
177
|
-
id="card-view-basic-example-expandable-nav"
|
|
178
|
-
aria-label="Global"
|
|
179
|
-
>
|
|
180
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
181
|
-
<li class="pf-v6-c-nav__item pf-m-expanded">
|
|
182
|
-
<button
|
|
183
|
-
class="pf-v6-c-nav__link"
|
|
184
|
-
aria-expanded="true"
|
|
185
|
-
id="card-view-basic-example-expandable-nav-link1"
|
|
186
|
-
>
|
|
187
|
-
<span class="pf-v6-c-nav__link-text">System panel</span>
|
|
188
|
-
<span class="pf-v6-c-nav__toggle">
|
|
189
|
-
<span class="pf-v6-c-nav__toggle-icon">
|
|
190
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
191
|
-
</span>
|
|
192
|
-
</span>
|
|
193
|
-
</button>
|
|
194
|
-
<section
|
|
195
|
-
class="pf-v6-c-nav__subnav"
|
|
196
|
-
aria-labelledby="card-view-basic-example-expandable-nav-link1"
|
|
197
|
-
>
|
|
198
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
199
|
-
<li class="pf-v6-c-nav__item">
|
|
200
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
201
|
-
<span class="pf-v6-c-nav__link-text">Overview</span>
|
|
202
|
-
</a>
|
|
203
|
-
</li>
|
|
204
|
-
<li class="pf-v6-c-nav__item">
|
|
205
|
-
<a
|
|
206
|
-
href="#"
|
|
207
|
-
class="pf-v6-c-nav__link pf-m-current"
|
|
208
|
-
aria-current="page"
|
|
209
|
-
>
|
|
210
|
-
<span class="pf-v6-c-nav__link-text">Resource usage</span>
|
|
211
|
-
</a>
|
|
212
|
-
</li>
|
|
213
|
-
<li class="pf-v6-c-nav__item">
|
|
214
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
215
|
-
<span class="pf-v6-c-nav__link-text">Hypervisors</span>
|
|
216
|
-
</a>
|
|
217
|
-
</li>
|
|
218
|
-
<li class="pf-v6-c-nav__item">
|
|
219
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
220
|
-
<span class="pf-v6-c-nav__link-text">Instances</span>
|
|
221
|
-
</a>
|
|
222
|
-
</li>
|
|
223
|
-
<li class="pf-v6-c-nav__item">
|
|
224
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
225
|
-
<span class="pf-v6-c-nav__link-text">Volumes</span>
|
|
226
|
-
</a>
|
|
227
|
-
</li>
|
|
228
|
-
<li class="pf-v6-c-nav__item">
|
|
229
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
230
|
-
<span class="pf-v6-c-nav__link-text">Networks</span>
|
|
231
|
-
</a>
|
|
232
|
-
</li>
|
|
233
|
-
</ul>
|
|
234
|
-
</section>
|
|
235
|
-
</li>
|
|
236
|
-
<li class="pf-v6-c-nav__item">
|
|
237
|
-
<button
|
|
238
|
-
class="pf-v6-c-nav__link"
|
|
239
|
-
aria-expanded="false"
|
|
240
|
-
id="card-view-basic-example-expandable-nav-link2"
|
|
241
|
-
>
|
|
242
|
-
<span class="pf-v6-c-nav__link-text">Policy</span>
|
|
243
|
-
<span class="pf-v6-c-nav__toggle">
|
|
244
|
-
<span class="pf-v6-c-nav__toggle-icon">
|
|
245
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
246
|
-
</span>
|
|
247
|
-
</span>
|
|
248
|
-
</button>
|
|
249
|
-
<section
|
|
250
|
-
class="pf-v6-c-nav__subnav"
|
|
251
|
-
aria-labelledby="card-view-basic-example-expandable-nav-link2"
|
|
252
|
-
hidden
|
|
253
|
-
>
|
|
254
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
255
|
-
<li class="pf-v6-c-nav__item">
|
|
256
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
257
|
-
<span class="pf-v6-c-nav__link-text">Subnav link 1</span>
|
|
258
|
-
</a>
|
|
259
|
-
</li>
|
|
260
|
-
<li class="pf-v6-c-nav__item">
|
|
261
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
262
|
-
<span class="pf-v6-c-nav__link-text">Subnav link 2</span>
|
|
263
|
-
</a>
|
|
264
|
-
</li>
|
|
265
|
-
</ul>
|
|
266
|
-
</section>
|
|
267
|
-
</li>
|
|
268
|
-
<li class="pf-v6-c-nav__item">
|
|
269
|
-
<button
|
|
270
|
-
class="pf-v6-c-nav__link"
|
|
271
|
-
aria-expanded="false"
|
|
272
|
-
id="card-view-basic-example-expandable-nav-link3"
|
|
273
|
-
>
|
|
274
|
-
<span class="pf-v6-c-nav__link-text">Authentication</span>
|
|
275
|
-
<span class="pf-v6-c-nav__toggle">
|
|
276
|
-
<span class="pf-v6-c-nav__toggle-icon">
|
|
277
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
278
|
-
</span>
|
|
279
|
-
</span>
|
|
280
|
-
</button>
|
|
281
|
-
<section
|
|
282
|
-
class="pf-v6-c-nav__subnav"
|
|
283
|
-
aria-labelledby="card-view-basic-example-expandable-nav-link3"
|
|
284
|
-
hidden
|
|
285
|
-
>
|
|
286
|
-
<ul class="pf-v6-c-nav__list" role="list">
|
|
287
|
-
<li class="pf-v6-c-nav__item">
|
|
288
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
289
|
-
<span class="pf-v6-c-nav__link-text">Subnav link 1</span>
|
|
290
|
-
</a>
|
|
291
|
-
</li>
|
|
292
|
-
<li class="pf-v6-c-nav__item">
|
|
293
|
-
<a href="#" class="pf-v6-c-nav__link">
|
|
294
|
-
<span class="pf-v6-c-nav__link-text">Subnav link 2</span>
|
|
295
|
-
</a>
|
|
296
|
-
</li>
|
|
297
|
-
</ul>
|
|
298
|
-
</section>
|
|
299
|
-
</li>
|
|
300
|
-
</ul>
|
|
301
|
-
</nav>
|
|
302
|
-
</div>
|
|
303
|
-
</div>
|
|
304
|
-
<div class="pf-v6-c-page__main-container" tabindex="-1">
|
|
305
|
-
<main
|
|
306
|
-
class="pf-v6-c-page__main"
|
|
307
|
-
tabindex="-1"
|
|
308
|
-
id="main-content-card-view-basic-example"
|
|
309
|
-
>
|
|
310
|
-
<section class="pf-v6-c-page__main-breadcrumb pf-m-limit-width">
|
|
311
|
-
<div class="pf-v6-c-page__main-body">
|
|
312
|
-
<nav class="pf-v6-c-breadcrumb" aria-label="breadcrumb">
|
|
313
|
-
<ol class="pf-v6-c-breadcrumb__list" role="list">
|
|
314
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
315
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section home</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
318
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
319
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
320
|
-
</span>
|
|
321
|
-
|
|
322
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
323
|
-
</li>
|
|
324
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
325
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
326
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
327
|
-
</span>
|
|
328
|
-
|
|
329
|
-
<a href="#" class="pf-v6-c-breadcrumb__link">Section title</a>
|
|
330
|
-
</li>
|
|
331
|
-
<li class="pf-v6-c-breadcrumb__item">
|
|
332
|
-
<span class="pf-v6-c-breadcrumb__item-divider">
|
|
333
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
334
|
-
</span>
|
|
335
|
-
|
|
336
|
-
<a
|
|
337
|
-
href="#"
|
|
338
|
-
class="pf-v6-c-breadcrumb__link pf-m-current"
|
|
339
|
-
aria-current="page"
|
|
340
|
-
>Section landing</a>
|
|
341
|
-
</li>
|
|
342
|
-
</ol>
|
|
343
|
-
</nav>
|
|
344
|
-
</div>
|
|
345
|
-
</section>
|
|
346
|
-
<section class="pf-v6-c-page__main-section pf-m-limit-width pf-m-light">
|
|
347
|
-
<div class="pf-v6-c-page__main-body">
|
|
348
|
-
<div class="pf-v6-c-content">
|
|
349
|
-
<h1>Main title</h1>
|
|
350
|
-
<p>This is a full page demo.</p>
|
|
351
|
-
</div>
|
|
352
|
-
</div>
|
|
353
|
-
</section>
|
|
354
|
-
<section class="pf-v6-c-page__main-section pf-m-light pf-m-no-padding">
|
|
355
|
-
<div class="pf-v6-c-page__main-body">
|
|
356
|
-
<div
|
|
357
|
-
class="pf-v6-c-toolbar pf-m-page-insets"
|
|
358
|
-
id="card-view-basic-example-toolbar"
|
|
359
|
-
>
|
|
360
|
-
<div class="pf-v6-c-toolbar__content">
|
|
361
|
-
<div class="pf-v6-c-toolbar__content-section pf-m-nowrap">
|
|
362
|
-
<div
|
|
363
|
-
class="pf-v6-c-toolbar__group pf-m-toggle-group pf-m-show-on-xl"
|
|
364
|
-
>
|
|
365
|
-
<div class="pf-v6-c-toolbar__toggle">
|
|
366
|
-
<button
|
|
367
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
368
|
-
type="button"
|
|
369
|
-
aria-expanded="false"
|
|
370
|
-
aria-label="Show filters"
|
|
371
|
-
aria-controls="card-view-basic-example-toolbar-expandable-content"
|
|
372
|
-
>
|
|
373
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
374
|
-
<i class="fas fa-filter" aria-hidden="true"></i>
|
|
375
|
-
</span>
|
|
376
|
-
</button>
|
|
377
|
-
</div>
|
|
378
|
-
<div class="pf-v6-c-toolbar__item pf-m-bulk-select">
|
|
379
|
-
<div
|
|
380
|
-
class="pf-v6-c-menu-toggle pf-m-split-button"
|
|
381
|
-
id="card-view-basic-example-toolbar-check"
|
|
382
|
-
>
|
|
383
|
-
<label
|
|
384
|
-
class="pf-v6-c-check pf-m-standalone"
|
|
385
|
-
id="card-view-basic-example-toolbar-check-check"
|
|
386
|
-
for="card-view-basic-example-toolbar-check-check-input"
|
|
387
|
-
>
|
|
388
|
-
<input
|
|
389
|
-
class="pf-v6-c-check__input"
|
|
390
|
-
type="checkbox"
|
|
391
|
-
id="card-view-basic-example-toolbar-check-check-input"
|
|
392
|
-
name="card-view-basic-example-toolbar-check-check-input"
|
|
393
|
-
aria-label="Standalone check"
|
|
394
|
-
/>
|
|
395
|
-
</label>
|
|
396
|
-
<button
|
|
397
|
-
class="pf-v6-c-menu-toggle__button"
|
|
398
|
-
type="button"
|
|
399
|
-
aria-expanded="false"
|
|
400
|
-
id="card-view-basic-example-toolbar-menu-toggle-toggle-button"
|
|
401
|
-
aria-label="Menu toggle"
|
|
402
|
-
>
|
|
403
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
404
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
405
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
406
|
-
</span>
|
|
407
|
-
</span>
|
|
408
|
-
</button>
|
|
409
|
-
</div>
|
|
410
|
-
</div>
|
|
411
|
-
|
|
412
|
-
<div class="pf-v6-c-toolbar__item">
|
|
413
|
-
<button
|
|
414
|
-
class="pf-v6-c-menu-toggle"
|
|
415
|
-
type="button"
|
|
416
|
-
aria-expanded="false"
|
|
417
|
-
id="card-view-basic-example-toolbar-select-checkbox-status"
|
|
418
|
-
>
|
|
419
|
-
<span class="pf-v6-c-menu-toggle__text">Status</span>
|
|
420
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
421
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
422
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
423
|
-
</span>
|
|
424
|
-
</span>
|
|
425
|
-
</button>
|
|
426
|
-
</div>
|
|
427
|
-
</div>
|
|
428
|
-
|
|
429
|
-
<div
|
|
430
|
-
class="pf-v6-c-overflow-menu"
|
|
431
|
-
id="card-view-basic-example-toolbar-overflow-menu"
|
|
432
|
-
>
|
|
433
|
-
<div
|
|
434
|
-
class="pf-v6-c-overflow-menu__content pf-v6-u-display-none pf-v6-u-display-flex-on-lg"
|
|
435
|
-
>
|
|
436
|
-
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
437
|
-
<div class="pf-v6-c-overflow-menu__item">
|
|
438
|
-
<button
|
|
439
|
-
class="pf-v6-c-button pf-m-primary"
|
|
440
|
-
type="button"
|
|
441
|
-
>
|
|
442
|
-
<span class="pf-v6-c-button__text">Create instance</span>
|
|
443
|
-
</button>
|
|
444
|
-
</div>
|
|
445
|
-
</div>
|
|
446
|
-
</div>
|
|
447
|
-
<div class="pf-v6-c-overflow-menu__control">
|
|
448
|
-
<button
|
|
449
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
450
|
-
type="button"
|
|
451
|
-
aria-expanded="false"
|
|
452
|
-
aria-label="Menu toggle"
|
|
453
|
-
id="card-view-basic-example-toolbar-overflow-menu-toggle"
|
|
454
|
-
>
|
|
455
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
456
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
457
|
-
</span>
|
|
458
|
-
</button>
|
|
459
|
-
</div>
|
|
460
|
-
</div>
|
|
461
|
-
|
|
462
|
-
<div class="pf-v6-c-toolbar__item pf-m-pagination">
|
|
463
|
-
<div class="pf-v6-c-pagination pf-m-compact">
|
|
464
|
-
<div class="pf-v6-c-pagination__page-menu">
|
|
465
|
-
<button
|
|
466
|
-
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text"
|
|
467
|
-
type="button"
|
|
468
|
-
aria-expanded="false"
|
|
469
|
-
aria-label="Menu toggle"
|
|
470
|
-
id="card-view-basic-example-toolbar-top-pagination"
|
|
471
|
-
>
|
|
472
|
-
<span class="pf-v6-c-menu-toggle__text">
|
|
473
|
-
<b>1 - 10</b> of
|
|
474
|
-
<b>36</b>
|
|
475
|
-
</span>
|
|
476
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
477
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
478
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
479
|
-
</span>
|
|
480
|
-
</span>
|
|
481
|
-
</button>
|
|
482
|
-
</div>
|
|
483
|
-
<nav
|
|
484
|
-
class="pf-v6-c-pagination__nav"
|
|
485
|
-
aria-label="Toolbar top pagination"
|
|
486
|
-
>
|
|
487
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
488
|
-
<button
|
|
489
|
-
class="pf-v6-c-button pf-m-plain"
|
|
490
|
-
type="button"
|
|
491
|
-
disabled
|
|
492
|
-
aria-label="Go to previous page"
|
|
493
|
-
>
|
|
494
|
-
<span class="pf-v6-c-button__icon">
|
|
495
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
496
|
-
</span>
|
|
497
|
-
</button>
|
|
498
|
-
</div>
|
|
499
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
500
|
-
<button
|
|
501
|
-
class="pf-v6-c-button pf-m-plain"
|
|
502
|
-
type="button"
|
|
503
|
-
aria-label="Go to next page"
|
|
504
|
-
>
|
|
505
|
-
<span class="pf-v6-c-button__icon">
|
|
506
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
507
|
-
</span>
|
|
508
|
-
</button>
|
|
509
|
-
</div>
|
|
510
|
-
</nav>
|
|
511
|
-
</div>
|
|
512
|
-
</div>
|
|
513
|
-
</div>
|
|
514
|
-
|
|
515
|
-
<div
|
|
516
|
-
class="pf-v6-c-toolbar__expandable-content pf-m-hidden"
|
|
517
|
-
id="card-view-basic-example-toolbar-expandable-content"
|
|
518
|
-
hidden
|
|
519
|
-
></div>
|
|
520
|
-
</div>
|
|
521
|
-
</div>
|
|
522
|
-
</div>
|
|
523
|
-
</section>
|
|
524
|
-
<section class="pf-v6-c-page__main-section pf-m-fill">
|
|
525
|
-
<div class="pf-v6-c-page__main-body">
|
|
526
|
-
<div class="pf-v6-l-gallery pf-m-gutter">
|
|
527
|
-
<div
|
|
528
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
529
|
-
id="card-view-basic-example-gallery-card-empty-state"
|
|
530
|
-
>
|
|
531
|
-
<div class="pf-v6-l-bullseye">
|
|
532
|
-
<div class="pf-v6-c-empty-state pf-m-xs">
|
|
533
|
-
<div class="pf-v6-c-empty-state__content">
|
|
534
|
-
<i class="fas fa-plus-circle pf-v6-c-empty-state__icon"></i>
|
|
535
|
-
<div class="pf-v6-c-card__title">
|
|
536
|
-
<h2
|
|
537
|
-
class="pf-v6-c-card__title-text pf-m-md"
|
|
538
|
-
>Add a new card to your page</h2>
|
|
539
|
-
</div>
|
|
540
|
-
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
541
|
-
<span class="pf-v6-c-button__text">Add card</span>
|
|
542
|
-
</button>
|
|
543
|
-
</div>
|
|
544
|
-
</div>
|
|
545
|
-
</div>
|
|
546
|
-
</div>
|
|
547
|
-
<div
|
|
548
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
549
|
-
id="card-view-basic-example-gallery-card-1"
|
|
550
|
-
>
|
|
551
|
-
<div class="pf-v6-c-card__header">
|
|
552
|
-
<img
|
|
553
|
-
src="/assets/images/pf-logo-small.svg"
|
|
554
|
-
alt="PatternFly logo"
|
|
555
|
-
/>
|
|
556
|
-
<div class="pf-v6-c-card__actions">
|
|
557
|
-
<button
|
|
558
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
559
|
-
type="button"
|
|
560
|
-
aria-expanded="false"
|
|
561
|
-
aria-label="Menu toggle"
|
|
562
|
-
id="card-view-basic-example-gallery-card-1-toggle"
|
|
563
|
-
>
|
|
564
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
565
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
566
|
-
</span>
|
|
567
|
-
</button>
|
|
568
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
569
|
-
<input
|
|
570
|
-
class="pf-v6-c-check__input"
|
|
571
|
-
type="checkbox"
|
|
572
|
-
id="card-view-basic-example-gallery-card-1-check"
|
|
573
|
-
name="card-view-basic-example-gallery-card-1-check"
|
|
574
|
-
aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
|
|
575
|
-
/>
|
|
576
|
-
</div>
|
|
577
|
-
</div>
|
|
578
|
-
</div>
|
|
579
|
-
<div class="pf-v6-c-card__title">
|
|
580
|
-
<h2
|
|
581
|
-
class="pf-v6-c-card__title-text"
|
|
582
|
-
id="card-view-basic-example-gallery-card-1-check-label"
|
|
583
|
-
>Patternfly</h2>
|
|
584
|
-
<div class="pf-v6-c-content">
|
|
585
|
-
<small>Provided by Red Hat</small>
|
|
586
|
-
</div>
|
|
587
|
-
</div>
|
|
588
|
-
<div
|
|
589
|
-
class="pf-v6-c-card__body"
|
|
590
|
-
>PatternFly is a community project that promotes design commonality and improves user experience.</div>
|
|
591
|
-
</div>
|
|
592
|
-
<div
|
|
593
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
594
|
-
id="card-view-basic-example-gallery-card-2"
|
|
595
|
-
>
|
|
596
|
-
<div class="pf-v6-c-card__header">
|
|
597
|
-
<img
|
|
598
|
-
src="/assets/images/activemq-core_200x150.png"
|
|
599
|
-
width="60px"
|
|
600
|
-
alt="Logo"
|
|
601
|
-
/>
|
|
602
|
-
<div class="pf-v6-c-card__actions">
|
|
603
|
-
<button
|
|
604
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
605
|
-
type="button"
|
|
606
|
-
aria-expanded="false"
|
|
607
|
-
aria-label="Menu toggle"
|
|
608
|
-
id="card-view-basic-example-gallery-card-2-toggle"
|
|
609
|
-
>
|
|
610
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
611
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
612
|
-
</span>
|
|
613
|
-
</button>
|
|
614
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
615
|
-
<input
|
|
616
|
-
class="pf-v6-c-check__input"
|
|
617
|
-
type="checkbox"
|
|
618
|
-
id="card-view-basic-example-gallery-card-2-check"
|
|
619
|
-
name="card-view-basic-example-gallery-card-2-check"
|
|
620
|
-
aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
|
|
621
|
-
/>
|
|
622
|
-
</div>
|
|
623
|
-
</div>
|
|
624
|
-
</div>
|
|
625
|
-
<div class="pf-v6-c-card__title">
|
|
626
|
-
<h2
|
|
627
|
-
class="pf-v6-c-card__title-text"
|
|
628
|
-
id="card-view-basic-example-gallery-card-2-check-label"
|
|
629
|
-
>ActiveMq</h2>
|
|
630
|
-
<div class="pf-v6-c-content">
|
|
631
|
-
<small>Provided by Red Hat</small>
|
|
632
|
-
</div>
|
|
633
|
-
</div>
|
|
634
|
-
<div
|
|
635
|
-
class="pf-v6-c-card__body"
|
|
636
|
-
>The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
|
|
637
|
-
</div>
|
|
638
|
-
<div
|
|
639
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
640
|
-
id="card-view-basic-example-gallery-card-3"
|
|
641
|
-
>
|
|
642
|
-
<div class="pf-v6-c-card__header">
|
|
643
|
-
<img
|
|
644
|
-
src="/assets/images/camel-spark_200x150.png"
|
|
645
|
-
width="60px"
|
|
646
|
-
alt="Logo"
|
|
647
|
-
/>
|
|
648
|
-
<div class="pf-v6-c-card__actions">
|
|
649
|
-
<button
|
|
650
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
651
|
-
type="button"
|
|
652
|
-
aria-expanded="false"
|
|
653
|
-
aria-label="Menu toggle"
|
|
654
|
-
id="card-view-basic-example-gallery-card-3-toggle"
|
|
655
|
-
>
|
|
656
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
657
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
658
|
-
</span>
|
|
659
|
-
</button>
|
|
660
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
661
|
-
<input
|
|
662
|
-
class="pf-v6-c-check__input"
|
|
663
|
-
type="checkbox"
|
|
664
|
-
id="card-view-basic-example-gallery-card-3-check"
|
|
665
|
-
name="card-view-basic-example-gallery-card-3-check"
|
|
666
|
-
aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
|
|
667
|
-
/>
|
|
668
|
-
</div>
|
|
669
|
-
</div>
|
|
670
|
-
</div>
|
|
671
|
-
<div class="pf-v6-c-card__title">
|
|
672
|
-
<h2
|
|
673
|
-
class="pf-v6-c-card__title-text"
|
|
674
|
-
id="card-view-basic-example-gallery-card-3-check-label"
|
|
675
|
-
>Apache Spark</h2>
|
|
676
|
-
<div class="pf-v6-c-content">
|
|
677
|
-
<small>Provided by Red Hat</small>
|
|
678
|
-
</div>
|
|
679
|
-
</div>
|
|
680
|
-
<div
|
|
681
|
-
class="pf-v6-c-card__body"
|
|
682
|
-
>This documentation page covers the Apache Spark component for the Apache Camel.</div>
|
|
683
|
-
</div>
|
|
684
|
-
<div
|
|
685
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
686
|
-
id="card-view-basic-example-gallery-card-4"
|
|
687
|
-
>
|
|
688
|
-
<div class="pf-v6-c-card__header">
|
|
689
|
-
<img
|
|
690
|
-
src="/assets/images/camel-avro_200x150.png"
|
|
691
|
-
width="60px"
|
|
692
|
-
alt="Logo"
|
|
693
|
-
/>
|
|
694
|
-
<div class="pf-v6-c-card__actions">
|
|
695
|
-
<button
|
|
696
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
697
|
-
type="button"
|
|
698
|
-
aria-expanded="false"
|
|
699
|
-
aria-label="Menu toggle"
|
|
700
|
-
id="card-view-basic-example-gallery-card-4-toggle"
|
|
701
|
-
>
|
|
702
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
703
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
704
|
-
</span>
|
|
705
|
-
</button>
|
|
706
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
707
|
-
<input
|
|
708
|
-
class="pf-v6-c-check__input"
|
|
709
|
-
type="checkbox"
|
|
710
|
-
id="card-view-basic-example-gallery-card-4-check"
|
|
711
|
-
name="card-view-basic-example-gallery-card-4-check"
|
|
712
|
-
aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
|
|
713
|
-
/>
|
|
714
|
-
</div>
|
|
715
|
-
</div>
|
|
716
|
-
</div>
|
|
717
|
-
<div class="pf-v6-c-card__title">
|
|
718
|
-
<h2
|
|
719
|
-
class="pf-v6-c-card__title-text"
|
|
720
|
-
id="card-view-basic-example-gallery-card-4-check-label"
|
|
721
|
-
>Avro</h2>
|
|
722
|
-
<div class="pf-v6-c-content">
|
|
723
|
-
<small>Provided by Red Hat</small>
|
|
724
|
-
</div>
|
|
725
|
-
</div>
|
|
726
|
-
<div
|
|
727
|
-
class="pf-v6-c-card__body"
|
|
728
|
-
>This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
|
|
729
|
-
</div>
|
|
730
|
-
<div
|
|
731
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
|
|
732
|
-
id="card-view-basic-example-gallery-card-5"
|
|
733
|
-
>
|
|
734
|
-
<div class="pf-v6-c-card__header">
|
|
735
|
-
<img
|
|
736
|
-
src="/assets/images/FuseConnector_Icons_AzureServices.png"
|
|
737
|
-
width="60px"
|
|
738
|
-
alt="Logo"
|
|
739
|
-
/>
|
|
740
|
-
<div class="pf-v6-c-card__actions">
|
|
741
|
-
<button
|
|
742
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
743
|
-
type="button"
|
|
744
|
-
aria-expanded="false"
|
|
745
|
-
aria-label="Menu toggle"
|
|
746
|
-
id="card-view-basic-example-gallery-card-5-toggle"
|
|
747
|
-
>
|
|
748
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
749
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
750
|
-
</span>
|
|
751
|
-
</button>
|
|
752
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
753
|
-
<input
|
|
754
|
-
class="pf-v6-c-check__input"
|
|
755
|
-
type="checkbox"
|
|
756
|
-
id="card-view-basic-example-gallery-card-5-check"
|
|
757
|
-
name="card-view-basic-example-gallery-card-5-check"
|
|
758
|
-
aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
|
|
759
|
-
/>
|
|
760
|
-
</div>
|
|
761
|
-
</div>
|
|
762
|
-
</div>
|
|
763
|
-
<div class="pf-v6-c-card__title">
|
|
764
|
-
<h2
|
|
765
|
-
class="pf-v6-c-card__title-text"
|
|
766
|
-
id="card-view-basic-example-gallery-card-5-check-label"
|
|
767
|
-
>Azure Services</h2>
|
|
768
|
-
<div class="pf-v6-c-content">
|
|
769
|
-
<small>Provided by Red Hat</small>
|
|
770
|
-
</div>
|
|
771
|
-
</div>
|
|
772
|
-
<div
|
|
773
|
-
class="pf-v6-c-card__body"
|
|
774
|
-
>The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
|
|
775
|
-
</div>
|
|
776
|
-
<div
|
|
777
|
-
class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
|
|
778
|
-
id="card-view-basic-example-gallery-card-6"
|
|
779
|
-
>
|
|
780
|
-
<div class="pf-v6-c-card__header">
|
|
781
|
-
<img
|
|
782
|
-
src="/assets/images/camel-saxon_200x150.png"
|
|
783
|
-
width="60px"
|
|
784
|
-
alt="Logo"
|
|
785
|
-
/>
|
|
786
|
-
<div class="pf-v6-c-card__actions">
|
|
787
|
-
<button
|
|
788
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
789
|
-
type="button"
|
|
790
|
-
aria-expanded="false"
|
|
791
|
-
aria-label="Menu toggle"
|
|
792
|
-
id="card-view-basic-example-gallery-card-6-toggle"
|
|
793
|
-
>
|
|
794
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
795
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
796
|
-
</span>
|
|
797
|
-
</button>
|
|
798
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
799
|
-
<input
|
|
800
|
-
class="pf-v6-c-check__input"
|
|
801
|
-
type="checkbox"
|
|
802
|
-
id="card-view-basic-example-gallery-card-6-check"
|
|
803
|
-
name="card-view-basic-example-gallery-card-6-check"
|
|
804
|
-
disabled
|
|
805
|
-
aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
|
|
806
|
-
/>
|
|
807
|
-
</div>
|
|
808
|
-
</div>
|
|
809
|
-
</div>
|
|
810
|
-
<div class="pf-v6-c-card__title">
|
|
811
|
-
<h2
|
|
812
|
-
class="pf-v6-c-card__title-text"
|
|
813
|
-
id="card-view-basic-example-gallery-card-6-check-label"
|
|
814
|
-
>Crypto</h2>
|
|
815
|
-
<div class="pf-v6-c-content">
|
|
816
|
-
<small>Provided by Red Hat</small>
|
|
817
|
-
</div>
|
|
818
|
-
</div>
|
|
819
|
-
<div
|
|
820
|
-
class="pf-v6-c-card__body"
|
|
821
|
-
>For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
|
|
822
|
-
</div>
|
|
823
|
-
<div
|
|
824
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
825
|
-
id="card-view-basic-example-gallery-card-7"
|
|
826
|
-
>
|
|
827
|
-
<div class="pf-v6-c-card__header">
|
|
828
|
-
<img
|
|
829
|
-
src="/assets/images/camel-dropbox_200x150.png"
|
|
830
|
-
width="60px"
|
|
831
|
-
alt="Logo"
|
|
832
|
-
/>
|
|
833
|
-
<div class="pf-v6-c-card__actions">
|
|
834
|
-
<button
|
|
835
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
836
|
-
type="button"
|
|
837
|
-
aria-expanded="false"
|
|
838
|
-
aria-label="Menu toggle"
|
|
839
|
-
id="card-view-basic-example-gallery-card-7-toggle"
|
|
840
|
-
>
|
|
841
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
842
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
843
|
-
</span>
|
|
844
|
-
</button>
|
|
845
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
846
|
-
<input
|
|
847
|
-
class="pf-v6-c-check__input"
|
|
848
|
-
type="checkbox"
|
|
849
|
-
id="card-view-basic-example-gallery-card-7-check"
|
|
850
|
-
name="card-view-basic-example-gallery-card-7-check"
|
|
851
|
-
aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
|
|
852
|
-
/>
|
|
853
|
-
</div>
|
|
854
|
-
</div>
|
|
855
|
-
</div>
|
|
856
|
-
<div class="pf-v6-c-card__title">
|
|
857
|
-
<h2
|
|
858
|
-
class="pf-v6-c-card__title-text"
|
|
859
|
-
id="card-view-basic-example-gallery-card-7-check-label"
|
|
860
|
-
>DropBox</h2>
|
|
861
|
-
<div class="pf-v6-c-content">
|
|
862
|
-
<small>Provided by Red Hat</small>
|
|
863
|
-
</div>
|
|
864
|
-
</div>
|
|
865
|
-
<div
|
|
866
|
-
class="pf-v6-c-card__body"
|
|
867
|
-
>The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
|
|
868
|
-
</div>
|
|
869
|
-
<div
|
|
870
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
871
|
-
id="card-view-basic-example-gallery-card-8"
|
|
872
|
-
>
|
|
873
|
-
<div class="pf-v6-c-card__header">
|
|
874
|
-
<img
|
|
875
|
-
src="/assets/images/camel-infinispan_200x150.png"
|
|
876
|
-
width="60px"
|
|
877
|
-
alt="Logo"
|
|
878
|
-
/>
|
|
879
|
-
<div class="pf-v6-c-card__actions">
|
|
880
|
-
<button
|
|
881
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
882
|
-
type="button"
|
|
883
|
-
aria-expanded="false"
|
|
884
|
-
aria-label="Menu toggle"
|
|
885
|
-
id="card-view-basic-example-gallery-card-8-toggle"
|
|
886
|
-
>
|
|
887
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
888
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
889
|
-
</span>
|
|
890
|
-
</button>
|
|
891
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
892
|
-
<input
|
|
893
|
-
class="pf-v6-c-check__input"
|
|
894
|
-
type="checkbox"
|
|
895
|
-
id="card-view-basic-example-gallery-card-8-check"
|
|
896
|
-
name="card-view-basic-example-gallery-card-8-check"
|
|
897
|
-
aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
|
|
898
|
-
/>
|
|
899
|
-
</div>
|
|
900
|
-
</div>
|
|
901
|
-
</div>
|
|
902
|
-
<div class="pf-v6-c-card__title">
|
|
903
|
-
<h2
|
|
904
|
-
class="pf-v6-c-card__title-text"
|
|
905
|
-
id="card-view-basic-example-gallery-card-8-check-label"
|
|
906
|
-
>JBoss Data Grid</h2>
|
|
907
|
-
<div class="pf-v6-c-content">
|
|
908
|
-
<small>Provided by Red Hat</small>
|
|
909
|
-
</div>
|
|
910
|
-
</div>
|
|
911
|
-
<div
|
|
912
|
-
class="pf-v6-c-card__body"
|
|
913
|
-
>Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
|
|
914
|
-
</div>
|
|
915
|
-
<div
|
|
916
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
917
|
-
id="card-view-basic-example-gallery-card-9"
|
|
918
|
-
>
|
|
919
|
-
<div class="pf-v6-c-card__header">
|
|
920
|
-
<img
|
|
921
|
-
src="/assets/images/FuseConnector_Icons_REST.png"
|
|
922
|
-
width="60px"
|
|
923
|
-
alt="Logo"
|
|
924
|
-
/>
|
|
925
|
-
<div class="pf-v6-c-card__actions">
|
|
926
|
-
<button
|
|
927
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
928
|
-
type="button"
|
|
929
|
-
aria-expanded="false"
|
|
930
|
-
aria-label="Menu toggle"
|
|
931
|
-
id="card-view-basic-example-gallery-card-9-toggle"
|
|
932
|
-
>
|
|
933
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
934
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
935
|
-
</span>
|
|
936
|
-
</button>
|
|
937
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
938
|
-
<input
|
|
939
|
-
class="pf-v6-c-check__input"
|
|
940
|
-
type="checkbox"
|
|
941
|
-
id="card-view-basic-example-gallery-card-9-check"
|
|
942
|
-
name="card-view-basic-example-gallery-card-9-check"
|
|
943
|
-
aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
|
|
944
|
-
/>
|
|
945
|
-
</div>
|
|
946
|
-
</div>
|
|
947
|
-
</div>
|
|
948
|
-
<div class="pf-v6-c-card__title">
|
|
949
|
-
<h2
|
|
950
|
-
class="pf-v6-c-card__title-text"
|
|
951
|
-
id="card-view-basic-example-gallery-card-9-check-label"
|
|
952
|
-
>Rest</h2>
|
|
953
|
-
<div class="pf-v6-c-content">
|
|
954
|
-
<small>Provided by Red Hat</small>
|
|
955
|
-
</div>
|
|
956
|
-
</div>
|
|
957
|
-
<div class="pf-v6-c-card__body">
|
|
958
|
-
The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
|
|
959
|
-
From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
|
|
960
|
-
</div>
|
|
961
|
-
</div>
|
|
962
|
-
<div
|
|
963
|
-
class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
|
|
964
|
-
id="card-view-basic-example-gallery-card-10"
|
|
965
|
-
>
|
|
966
|
-
<div class="pf-v6-c-card__header">
|
|
967
|
-
<img
|
|
968
|
-
src="/assets/images/camel-swagger-java_200x150.png"
|
|
969
|
-
width="60px"
|
|
970
|
-
alt="Logo"
|
|
971
|
-
/>
|
|
972
|
-
<div class="pf-v6-c-card__actions">
|
|
973
|
-
<button
|
|
974
|
-
class="pf-v6-c-menu-toggle pf-m-plain"
|
|
975
|
-
type="button"
|
|
976
|
-
aria-expanded="false"
|
|
977
|
-
aria-label="Menu toggle"
|
|
978
|
-
id="card-view-basic-example-gallery-card-10-toggle"
|
|
979
|
-
>
|
|
980
|
-
<span class="pf-v6-c-menu-toggle__icon">
|
|
981
|
-
<i class="fas fa-ellipsis-v" aria-hidden="true"></i>
|
|
982
|
-
</span>
|
|
983
|
-
</button>
|
|
984
|
-
<div class="pf-v6-c-check pf-m-standalone">
|
|
985
|
-
<input
|
|
986
|
-
class="pf-v6-c-check__input"
|
|
987
|
-
type="checkbox"
|
|
988
|
-
id="card-view-basic-example-gallery-card-10-check"
|
|
989
|
-
name="card-view-basic-example-gallery-card-10-check"
|
|
990
|
-
aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
|
|
991
|
-
/>
|
|
992
|
-
</div>
|
|
993
|
-
</div>
|
|
994
|
-
</div>
|
|
995
|
-
<div class="pf-v6-c-card__title">
|
|
996
|
-
<h2
|
|
997
|
-
class="pf-v6-c-card__title-text"
|
|
998
|
-
id="card-view-basic-example-gallery-card-10-check-label"
|
|
999
|
-
>SWAGGER</h2>
|
|
1000
|
-
<div class="pf-v6-c-content">
|
|
1001
|
-
<small>Provided by Red Hat</small>
|
|
1002
|
-
</div>
|
|
1003
|
-
</div>
|
|
1004
|
-
<div
|
|
1005
|
-
class="pf-v6-c-card__body"
|
|
1006
|
-
>Expose REST services and their APIs using Swagger specification.</div>
|
|
1007
|
-
</div>
|
|
1008
|
-
</div>
|
|
1009
|
-
</div>
|
|
1010
|
-
</section>
|
|
1011
|
-
<section
|
|
1012
|
-
class="pf-v6-c-page__main-section pf-m-no-padding pf-m-light pf-m-sticky-bottom pf-m-no-fill"
|
|
1013
|
-
>
|
|
1014
|
-
<div class="pf-v6-c-page__main-body">
|
|
1015
|
-
<div class="pf-v6-c-pagination pf-m-bottom">
|
|
1016
|
-
<div class="pf-v6-c-pagination__page-menu">
|
|
1017
|
-
<button
|
|
1018
|
-
class="pf-v6-c-menu-toggle pf-m-plain pf-m-text pf-m-top"
|
|
1019
|
-
type="button"
|
|
1020
|
-
aria-expanded="false"
|
|
1021
|
-
aria-label="Menu toggle"
|
|
1022
|
-
id="pagination-menu-toggle-bottom-example"
|
|
1023
|
-
>
|
|
1024
|
-
<span class="pf-v6-c-menu-toggle__text">
|
|
1025
|
-
<b>1 - 10</b> of
|
|
1026
|
-
<b>36</b>
|
|
1027
|
-
</span>
|
|
1028
|
-
<span class="pf-v6-c-menu-toggle__controls">
|
|
1029
|
-
<span class="pf-v6-c-menu-toggle__toggle-icon">
|
|
1030
|
-
<i class="fas fa-caret-down" aria-hidden="true"></i>
|
|
1031
|
-
</span>
|
|
1032
|
-
</span>
|
|
1033
|
-
</button>
|
|
1034
|
-
</div>
|
|
1035
|
-
<nav class="pf-v6-c-pagination__nav" aria-label="Pagination">
|
|
1036
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-first">
|
|
1037
|
-
<button
|
|
1038
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1039
|
-
type="button"
|
|
1040
|
-
disabled
|
|
1041
|
-
aria-label="Go to first page"
|
|
1042
|
-
>
|
|
1043
|
-
<span class="pf-v6-c-button__icon">
|
|
1044
|
-
<i class="fas fa-angle-double-left" aria-hidden="true"></i>
|
|
1045
|
-
</span>
|
|
1046
|
-
</button>
|
|
1047
|
-
</div>
|
|
1048
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-prev">
|
|
1049
|
-
<button
|
|
1050
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1051
|
-
type="button"
|
|
1052
|
-
disabled
|
|
1053
|
-
aria-label="Go to previous page"
|
|
1054
|
-
>
|
|
1055
|
-
<span class="pf-v6-c-button__icon">
|
|
1056
|
-
<i class="fas fa-angle-left" aria-hidden="true"></i>
|
|
1057
|
-
</span>
|
|
1058
|
-
</button>
|
|
1059
|
-
</div>
|
|
1060
|
-
<div class="pf-v6-c-pagination__nav-page-select">
|
|
1061
|
-
<span class="pf-v6-c-form-control">
|
|
1062
|
-
<input
|
|
1063
|
-
aria-label="Current page"
|
|
1064
|
-
type="number"
|
|
1065
|
-
min="1"
|
|
1066
|
-
max="4"
|
|
1067
|
-
value="1"
|
|
1068
|
-
/>
|
|
1069
|
-
</span>
|
|
1070
|
-
<span aria-hidden="true">of 4</span>
|
|
1071
|
-
</div>
|
|
1072
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-next">
|
|
1073
|
-
<button
|
|
1074
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1075
|
-
type="button"
|
|
1076
|
-
aria-label="Go to next page"
|
|
1077
|
-
>
|
|
1078
|
-
<span class="pf-v6-c-button__icon">
|
|
1079
|
-
<i class="fas fa-angle-right" aria-hidden="true"></i>
|
|
1080
|
-
</span>
|
|
1081
|
-
</button>
|
|
1082
|
-
</div>
|
|
1083
|
-
<div class="pf-v6-c-pagination__nav-control pf-m-last">
|
|
1084
|
-
<button
|
|
1085
|
-
class="pf-v6-c-button pf-m-plain"
|
|
1086
|
-
type="button"
|
|
1087
|
-
disabled
|
|
1088
|
-
aria-label="Go to last page"
|
|
1089
|
-
>
|
|
1090
|
-
<span class="pf-v6-c-button__icon">
|
|
1091
|
-
<i class="fas fa-angle-double-right" aria-hidden="true"></i>
|
|
1092
|
-
</span>
|
|
1093
|
-
</button>
|
|
1094
|
-
</div>
|
|
1095
|
-
</nav>
|
|
1096
|
-
</div>
|
|
1097
|
-
</div>
|
|
1098
|
-
</section>
|
|
1099
|
-
</main>
|
|
1100
|
-
</div>
|
|
1101
|
-
</div>
|
|
1102
|
-
|
|
8
|
+
```hbs isFullscreen
|
|
9
|
+
{{> page-template page-template--id="card-view-basic-example" page-template-sidebar--nav--IsExpandable="true"}}
|
|
10
|
+
|
|
11
|
+
{{#* inline "page-template-section"}}
|
|
12
|
+
{{#> page-main-section page-main-section--modifier="pf-m-light"}}
|
|
13
|
+
{{> toolbar-template
|
|
14
|
+
toolbar-template--id=(concat page-template--id '-toolbar')
|
|
15
|
+
toolbar-template--HasToggleGroup=true
|
|
16
|
+
toolbar-template--HasBulkSelect=true
|
|
17
|
+
toolbar-template--HasOverflowMenu=true
|
|
18
|
+
toolbar-template--HasFilter=true
|
|
19
|
+
}}
|
|
20
|
+
{{/page-main-section}}
|
|
21
|
+
{{#> page-main-section page-main-section--modifier="pf-m-fill"}}
|
|
22
|
+
{{> card-template-gallery card-template-gallery--id="card-view-basic-example-gallery"}}
|
|
23
|
+
{{/page-main-section}}
|
|
24
|
+
{{#> page-main-section page-main-section--modifier="pf-m-no-padding pf-m-light pf-m-sticky-bottom pf-m-no-fill"}}
|
|
25
|
+
{{#> pagination pagination--modifier="pf-m-bottom"}}
|
|
26
|
+
{{> pagination-menu-toggle pagination-menu-toggle--id="pagination-menu-toggle-bottom-example" pagination-menu-toggle--modifier="pf-m-top"}}
|
|
27
|
+
{{> pagination-nav-content}}
|
|
28
|
+
{{/pagination}}
|
|
29
|
+
{{/page-main-section}}
|
|
30
|
+
{{/inline}}
|
|
1103
31
|
```
|
|
1104
32
|
|
|
1105
33
|
## Documentation
|