@patternfly/patternfly 6.0.0-alpha.90 → 6.0.0-alpha.92
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/base/patternfly-common.css +10 -10
- package/base/patternfly-globals.css +3 -3
- package/base/patternfly-icons.css +1 -1
- package/base/patternfly-themes.css +53 -53
- package/base/patternfly-variables.css +236 -245
- package/base/tokens/_tokens-font.scss +0 -11
- package/components/AboutModalBox/about-modal-box.css +102 -102
- package/components/Accordion/accordion.css +118 -118
- package/components/ActionList/action-list.css +16 -16
- package/components/Alert/alert-group.css +50 -50
- package/components/Alert/alert.css +161 -161
- package/components/AppLauncher/app-launcher.css +167 -167
- package/components/Avatar/avatar.css +116 -116
- package/components/BackToTop/back-to-top.css +21 -21
- package/components/Backdrop/backdrop.css +9 -9
- package/components/BackgroundImage/background-image.css +15 -15
- package/components/Badge/badge.css +35 -35
- package/components/Banner/banner.css +114 -114
- package/components/Brand/brand.css +28 -28
- package/components/Breadcrumb/breadcrumb.css +62 -62
- package/components/Button/button.css +514 -514
- package/components/CalendarMonth/calendar-month.css +144 -144
- package/components/Card/card.css +230 -230
- package/components/Check/check.css +43 -43
- package/components/Chip/chip-group.css +60 -60
- package/components/Chip/chip.css +83 -83
- package/components/ClipboardCopy/clipboard-copy.css +71 -71
- package/components/CodeBlock/code-block.css +35 -35
- package/components/CodeEditor/code-editor.css +121 -121
- package/components/Content/content.css +216 -216
- package/components/ContextSelector/context-selector.css +251 -251
- package/components/DataList/data-list-grid.css +182 -182
- package/components/DataList/data-list.css +468 -468
- package/components/DatePicker/date-picker.css +35 -35
- package/components/DescriptionList/description-list-order.css +90 -90
- package/components/DescriptionList/description-list.css +193 -193
- package/components/Divider/divider.css +143 -143
- package/components/DragDrop/drag-drop.css +46 -46
- package/components/Drawer/drawer.css +474 -474
- package/components/Dropdown/dropdown.css +457 -457
- package/components/DualListSelector/dual-list-selector.css +199 -199
- package/components/EmptyState/empty-state.css +104 -104
- package/components/ExpandableSection/expandable-section.css +113 -113
- package/components/FileUpload/file-upload.css +32 -32
- package/components/Form/form.css +281 -281
- package/components/FormControl/form-control.css +197 -197
- package/components/HelperText/helper-text.css +51 -51
- package/components/Hint/hint.css +46 -46
- package/components/Icon/icon.css +218 -218
- package/components/InlineEdit/inline-edit.css +43 -43
- package/components/InputGroup/input-group.css +52 -52
- package/components/JumpLinks/jump-links.css +183 -183
- package/components/Label/label-group.css +86 -86
- package/components/Label/label.css +438 -438
- package/components/List/list.css +53 -53
- package/components/LogViewer/log-viewer.css +138 -138
- package/components/Login/login.css +139 -139
- package/components/Masthead/masthead.css +319 -319
- package/components/Menu/menu.css +415 -415
- package/components/MenuToggle/menu-toggle.css +275 -275
- package/components/ModalBox/modal-box.css +121 -121
- package/components/MultipleFileUpload/multiple-file-upload.css +163 -163
- package/components/Nav/nav.css +225 -225
- package/components/NotificationBadge/notification-badge.css +66 -66
- package/components/NotificationDrawer/notification-drawer.css +179 -179
- package/components/NumberInput/number-input.css +20 -20
- package/components/OptionsMenu/options-menu.css +190 -190
- package/components/OverflowMenu/overflow-menu.css +19 -19
- package/components/Page/page.css +598 -598
- package/components/Pagination/pagination.css +220 -220
- package/components/Panel/panel.css +72 -72
- package/components/Popover/popover.css +148 -148
- package/components/Progress/progress.css +80 -80
- package/components/ProgressStepper/progress-stepper.css +514 -514
- package/components/Radio/radio.css +44 -44
- package/components/Select/select.css +423 -423
- package/components/Sidebar/sidebar.css +166 -166
- package/components/SimpleList/simple-list.css +53 -53
- package/components/Skeleton/skeleton.css +112 -112
- package/components/SkipToContent/skip-to-content.css +8 -8
- package/components/Slider/slider.css +144 -144
- package/components/Spinner/spinner.css +36 -36
- package/components/Switch/switch.css +89 -89
- package/components/TabContent/tab-content.css +34 -34
- package/components/Table/table-grid.css +911 -911
- package/components/Table/table-scrollable.css +38 -38
- package/components/Table/table-tree-view.css +497 -497
- package/components/Table/table.css +660 -660
- package/components/Tabs/tabs.css +616 -616
- package/components/TextInputGroup/text-input-group.css +88 -88
- package/components/Tile/tile.css +68 -68
- package/components/Timestamp/timestamp.css +29 -29
- package/components/Title/title.css +87 -87
- package/components/ToggleGroup/toggle-group.css +86 -86
- package/components/Toolbar/toolbar.css +2279 -2279
- package/components/Tooltip/tooltip.css +85 -85
- package/components/TreeView/tree-view.css +363 -363
- package/components/Truncate/truncate.css +15 -15
- package/components/Wizard/wizard.css +272 -272
- package/docs/components/AboutModalBox/examples/AboutModalBox.md +11 -11
- package/docs/components/Accordion/examples/Accordion.md +188 -188
- package/docs/components/ActionList/examples/ActionList.md +55 -55
- package/docs/components/Alert/examples/Alert.md +222 -222
- package/docs/components/AppLauncher/deprecated/application-launcher.md +146 -146
- package/docs/components/Avatar/examples/Avatar.md +6 -6
- package/docs/components/BackToTop/examples/BackToTop.md +3 -3
- package/docs/components/Backdrop/examples/Backdrop.md +1 -1
- package/docs/components/BackgroundImage/examples/BackgroundImage.md +2 -2
- package/docs/components/Badge/examples/Badge.md +17 -17
- package/docs/components/Banner/examples/Banner.md +42 -42
- package/docs/components/Brand/examples/Brand.md +4 -4
- package/docs/components/Breadcrumb/examples/Breadcrumb.md +90 -90
- package/docs/components/Button/examples/Button.md +364 -364
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +436 -436
- package/docs/components/Card/examples/Card.md +515 -515
- package/docs/components/Check/examples/Check.md +37 -37
- package/docs/components/Chip/examples/Chip.md +216 -216
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +82 -82
- package/docs/components/CodeBlock/examples/CodeBlock.md +39 -39
- package/docs/components/CodeEditor/examples/CodeEditor.md +85 -85
- package/docs/components/Content/examples/Content.md +1 -1
- package/docs/components/ContextSelector/deprecated/context-selector.md +160 -160
- package/docs/components/DataList/examples/DataList.md +666 -666
- package/docs/components/DatePicker/examples/DatePicker.md +54 -54
- package/docs/components/DescriptionList/examples/DescriptionList.md +737 -737
- package/docs/components/Divider/examples/Divider.md +18 -18
- package/docs/components/DragDrop/examples/DragDrop.md +27 -27
- package/docs/components/Drawer/examples/Drawer.md +225 -225
- package/docs/components/Dropdown/deprecated/Dropdown.md +541 -541
- package/docs/components/DualListSelector/examples/DualListSelector.md +1012 -1012
- package/docs/components/EmptyState/examples/EmptyState.md +100 -100
- package/docs/components/ExpandableSection/examples/ExpandableSection.md +47 -47
- package/docs/components/FileUpload/examples/FileUpload.md +94 -94
- package/docs/components/Form/examples/Form.md +226 -226
- package/docs/components/FormControl/examples/FormControl.md +65 -65
- package/docs/components/HelperText/examples/HelperText.md +72 -72
- package/docs/components/Hint/examples/Hint.md +44 -44
- package/docs/components/Icon/examples/Icon.md +85 -85
- package/docs/components/InlineEdit/examples/InlineEdit.md +209 -209
- package/docs/components/InputGroup/examples/InputGroup.md +73 -73
- package/docs/components/JumpLinks/examples/JumpLinks.md +285 -285
- package/docs/components/Label/examples/Label.md +1717 -1717
- package/docs/components/List/examples/List.md +30 -30
- package/docs/components/LogViewer/examples/LogViewer.md +1785 -1785
- package/docs/components/Login/examples/Login.md +287 -287
- package/docs/components/Masthead/examples/masthead.md +39 -39
- package/docs/components/Menu/examples/Menu.md +2377 -2377
- package/docs/components/MenuToggle/examples/MenuToggle.md +242 -242
- package/docs/components/ModalBox/examples/ModalBox.md +119 -119
- package/docs/components/MultipleFileUpload/examples/MultipleFileUpload.md +192 -192
- package/docs/components/Nav/examples/Navigation.md +856 -856
- package/docs/components/NotificationBadge/examples/NotificationBadge.md +42 -42
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +659 -659
- package/docs/components/NumberInput/examples/NumberInput.md +127 -127
- package/docs/components/OptionsMenu/deprecated/options-menu.md +178 -178
- package/docs/components/OverflowMenu/examples/overflow-menu.md +97 -97
- package/docs/components/Page/deprecated/PageHeader.md +85 -85
- package/docs/components/Page/examples/Page.md +90 -90
- package/docs/components/Pagination/examples/Pagination.md +285 -285
- package/docs/components/Panel/examples/Panel.md +38 -38
- package/docs/components/Popover/examples/Popover.md +169 -169
- package/docs/components/Progress/examples/Progress.md +145 -145
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +295 -295
- package/docs/components/Radio/examples/Radio.md +33 -33
- package/docs/components/Select/deprecated/Select.md +736 -736
- package/docs/components/Sidebar/examples/Sidebar.md +65 -65
- package/docs/components/SimpleList/examples/SimpleList.md +39 -39
- package/docs/components/Skeleton/examples/Skeleton.md +29 -29
- package/docs/components/SkipToContent/examples/SkipToContent.md +3 -3
- package/docs/components/Slider/examples/Slider.md +213 -213
- package/docs/components/Spinner/examples/Spinner.md +14 -14
- package/docs/components/Switch/examples/Switch.md +58 -58
- package/docs/components/TabContent/examples/TabContent.md +24 -24
- package/docs/components/Table/examples/Table.md +6982 -6982
- package/docs/components/Tabs/examples/Tabs.md +2114 -2114
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +373 -373
- package/docs/components/Tile/examples/Tile.md +131 -131
- package/docs/components/Timestamp/examples/Timestamp.md +10 -10
- package/docs/components/Title/examples/Title.md +12 -12
- package/docs/components/ToggleGroup/examples/toggle-group.md +116 -116
- package/docs/components/Toolbar/examples/Toolbar.md +611 -611
- package/docs/components/Tooltip/examples/Tooltip.md +27 -27
- package/docs/components/TreeView/examples/TreeView.md +1166 -1166
- package/docs/components/Truncate/examples/Truncate.md +7 -7
- package/docs/components/Wizard/examples/Wizard.md +522 -522
- package/docs/demos/AboutModal/examples/AboutModal.md +106 -106
- package/docs/demos/Alert/examples/Alert.md +391 -391
- package/docs/demos/BackToTop/examples/BackToTop.md +175 -175
- package/docs/demos/Banner/examples/Banner.md +364 -364
- package/docs/demos/Button/examples/Button.md +50 -50
- package/docs/demos/Card/examples/Card.md +1054 -1054
- package/docs/demos/CardView/examples/CardView.md +378 -378
- package/docs/demos/ContextSelector/examples/ContextSelector.md +449 -449
- package/docs/demos/Dashboard/examples/Dashboard.md +541 -541
- package/docs/demos/DataList/examples/DataList.md +1148 -1148
- package/docs/demos/DescriptionList/examples/DescriptionList.md +544 -544
- package/docs/demos/Drawer/examples/Drawer.md +531 -531
- package/docs/demos/Form/examples/BasicForms.md +444 -444
- package/docs/demos/HelperText/examples/HelperText.md +51 -51
- package/docs/demos/JumpLinks/examples/JumpLinks.md +596 -596
- package/docs/demos/Masthead/examples/Masthead.md +763 -763
- package/docs/demos/Modal/examples/Modal.md +645 -645
- package/docs/demos/Nav/examples/Nav.md +649 -649
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +1570 -1570
- package/docs/demos/Page/examples/Page.md +1330 -1330
- package/docs/demos/Page/examples/Penta.md +217 -217
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +23 -23
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +108 -108
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +1890 -1890
- package/docs/demos/Skeleton/examples/Skeleton.md +176 -176
- package/docs/demos/Table/examples/Table.md +4580 -4580
- package/docs/demos/Tabs/examples/Tabs.md +1040 -1040
- package/docs/demos/Toolbar/examples/Toolbar.md +961 -961
- package/docs/demos/Wizard/examples/Wizard.md +1574 -1574
- package/docs/layouts/Bullseye/examples/Bullseye.md +2 -2
- package/docs/layouts/Flex/examples/Flex.md +290 -290
- package/docs/layouts/Gallery/examples/Gallery.md +48 -48
- package/docs/layouts/Grid/examples/Grid.md +121 -121
- package/docs/layouts/Level/examples/Level.md +11 -11
- package/docs/layouts/Split/examples/Split.md +23 -23
- package/docs/layouts/Stack/examples/Stack.md +8 -8
- package/docs/utilities/Accessibility/examples/Accessibility.md +3 -3
- package/docs/utilities/Alignment/examples/Alignment.md +4 -4
- package/docs/utilities/Display/examples/Display.md +16 -16
- package/docs/utilities/Flex/examples/Flex.md +53 -53
- package/docs/utilities/Float/examples/Float.md +2 -2
- package/docs/utilities/Spacing/examples/Spacing.md +16 -16
- package/layouts/Bullseye/bullseye.css +3 -3
- package/layouts/Flex/flex.css +1276 -1276
- package/layouts/Gallery/gallery.css +34 -34
- package/layouts/Grid/grid.css +531 -531
- package/layouts/Level/level.css +4 -4
- package/layouts/Split/split.css +6 -6
- package/layouts/Stack/stack.css +5 -5
- package/package.json +5 -5
- package/patternfly-addons.css +2989 -2989
- package/patternfly-base-no-globals-theme-dark-unversioned.css +269 -278
- package/patternfly-base-no-globals.css +284 -293
- package/patternfly-base-theme-dark-unversioned.css +271 -280
- package/patternfly-base.css +286 -295
- package/patternfly-charts-theme-dark-unversioned.css +66 -66
- package/patternfly-charts-theme-dark.css +66 -66
- package/patternfly-charts.css +320 -320
- package/patternfly-no-globals.css +20217 -20226
- package/patternfly-theme-dark-unversioned.css +20209 -20218
- package/patternfly.css +20219 -20228
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_init.scss +1 -1
- package/utilities/Accessibility/accessibility.css +18 -18
- package/utilities/Alignment/alignment.css +24 -24
- package/utilities/BackgroundColor/BackgroundColor.css +252 -252
- package/utilities/BoxShadow/box-shadow.css +42 -42
- package/utilities/Display/display.css +54 -54
- package/utilities/Flex/flex.css +228 -228
- package/utilities/Float/float.css +12 -12
- package/utilities/Sizing/sizing.css +216 -216
- package/utilities/Spacing/spacing.css +1512 -1512
- package/utilities/Text/text.css +631 -631
|
@@ -9,41 +9,41 @@ cssPrefix: pf-v5-c-button
|
|
|
9
9
|
### Variations
|
|
10
10
|
|
|
11
11
|
```html
|
|
12
|
-
<button class="pf-
|
|
12
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Primary</button>
|
|
13
13
|
|
|
14
|
-
<button class="pf-
|
|
14
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">Secondary</button>
|
|
15
15
|
|
|
16
16
|
<button
|
|
17
|
-
class="pf-
|
|
17
|
+
class="pf-v6-c-button pf-m-danger pf-m-secondary"
|
|
18
18
|
type="button"
|
|
19
19
|
>Secondary danger</button>
|
|
20
20
|
|
|
21
|
-
<button class="pf-
|
|
21
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button">Tertiary</button>
|
|
22
22
|
|
|
23
|
-
<button class="pf-
|
|
23
|
+
<button class="pf-v6-c-button pf-m-danger" type="button">Danger</button>
|
|
24
24
|
|
|
25
|
-
<button class="pf-
|
|
25
|
+
<button class="pf-v6-c-button pf-m-warning" type="button">Warning</button>
|
|
26
26
|
|
|
27
27
|
<br />
|
|
28
28
|
<br />
|
|
29
29
|
|
|
30
|
-
<button class="pf-
|
|
30
|
+
<button class="pf-v6-c-button pf-m-link" type="button">Link</button>
|
|
31
31
|
|
|
32
|
-
<button class="pf-
|
|
32
|
+
<button class="pf-v6-c-button pf-m-link pf-m-danger" type="button">Link danger</button>
|
|
33
33
|
|
|
34
|
-
<button class="pf-
|
|
34
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">Inline link</button>
|
|
35
35
|
|
|
36
|
-
<button class="pf-
|
|
36
|
+
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Remove">
|
|
37
37
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
38
38
|
</button>
|
|
39
39
|
|
|
40
40
|
<br />
|
|
41
41
|
<br />
|
|
42
42
|
|
|
43
|
-
<button class="pf-
|
|
43
|
+
<button class="pf-v6-c-button pf-m-control" type="button">Control</button>
|
|
44
44
|
|
|
45
45
|
<button
|
|
46
|
-
class="pf-
|
|
46
|
+
class="pf-v6-c-button pf-m-control"
|
|
47
47
|
type="button"
|
|
48
48
|
aria-label="Copy input"
|
|
49
49
|
>
|
|
@@ -56,43 +56,43 @@ cssPrefix: pf-v5-c-button
|
|
|
56
56
|
<div>
|
|
57
57
|
<strong>Icon</strong>
|
|
58
58
|
</div>
|
|
59
|
-
<button class="pf-
|
|
60
|
-
<span class="pf-
|
|
59
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
60
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
61
61
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
62
62
|
</span>
|
|
63
63
|
Primary
|
|
64
64
|
</button>
|
|
65
65
|
|
|
66
|
-
<button class="pf-
|
|
67
|
-
<span class="pf-
|
|
66
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
67
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
68
68
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
69
69
|
</span>
|
|
70
70
|
Secondary
|
|
71
71
|
</button>
|
|
72
72
|
|
|
73
|
-
<button class="pf-
|
|
74
|
-
<span class="pf-
|
|
73
|
+
<button class="pf-v6-c-button pf-m-danger pf-m-secondary" type="button">
|
|
74
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
75
75
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
76
76
|
</span>
|
|
77
77
|
Secondary danger
|
|
78
78
|
</button>
|
|
79
79
|
|
|
80
|
-
<button class="pf-
|
|
81
|
-
<span class="pf-
|
|
80
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button">
|
|
81
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
82
82
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
83
83
|
</span>
|
|
84
84
|
Tertiary
|
|
85
85
|
</button>
|
|
86
86
|
|
|
87
|
-
<button class="pf-
|
|
88
|
-
<span class="pf-
|
|
87
|
+
<button class="pf-v6-c-button pf-m-danger" type="button">
|
|
88
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
89
89
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
90
90
|
</span>
|
|
91
91
|
Danger
|
|
92
92
|
</button>
|
|
93
93
|
|
|
94
|
-
<button class="pf-
|
|
95
|
-
<span class="pf-
|
|
94
|
+
<button class="pf-v6-c-button pf-m-warning" type="button">
|
|
95
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
96
96
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
97
97
|
</span>
|
|
98
98
|
Warning
|
|
@@ -101,43 +101,43 @@ cssPrefix: pf-v5-c-button
|
|
|
101
101
|
<br />
|
|
102
102
|
<br />
|
|
103
103
|
|
|
104
|
-
<button class="pf-
|
|
105
|
-
<span class="pf-
|
|
104
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
105
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
106
106
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
107
107
|
</span>
|
|
108
108
|
Link
|
|
109
109
|
</button>
|
|
110
110
|
|
|
111
|
-
<button class="pf-
|
|
112
|
-
<span class="pf-
|
|
111
|
+
<button class="pf-v6-c-button pf-m-link pf-m-danger" type="button">
|
|
112
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
113
113
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
114
114
|
</span>
|
|
115
115
|
Link danger
|
|
116
116
|
</button>
|
|
117
117
|
|
|
118
|
-
<button class="pf-
|
|
119
|
-
<span class="pf-
|
|
118
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
119
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
120
120
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
121
121
|
</span>
|
|
122
122
|
Inline link
|
|
123
123
|
</button>
|
|
124
124
|
|
|
125
|
-
<button class="pf-
|
|
125
|
+
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Remove">
|
|
126
126
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
127
127
|
</button>
|
|
128
128
|
|
|
129
129
|
<br />
|
|
130
130
|
<br />
|
|
131
131
|
|
|
132
|
-
<button class="pf-
|
|
133
|
-
<span class="pf-
|
|
132
|
+
<button class="pf-v6-c-button pf-m-control" type="button">
|
|
133
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
134
134
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
135
135
|
</span>
|
|
136
136
|
Control
|
|
137
137
|
</button>
|
|
138
138
|
|
|
139
139
|
<button
|
|
140
|
-
class="pf-
|
|
140
|
+
class="pf-v6-c-button pf-m-control"
|
|
141
141
|
type="button"
|
|
142
142
|
aria-label="Copy input"
|
|
143
143
|
>
|
|
@@ -150,44 +150,44 @@ cssPrefix: pf-v5-c-button
|
|
|
150
150
|
<div>
|
|
151
151
|
<strong>Icon end</strong>
|
|
152
152
|
</div>
|
|
153
|
-
<button class="pf-
|
|
153
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">
|
|
154
154
|
Primary
|
|
155
|
-
<span class="pf-
|
|
155
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
156
156
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
157
157
|
</span>
|
|
158
158
|
</button>
|
|
159
159
|
|
|
160
|
-
<button class="pf-
|
|
160
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button">
|
|
161
161
|
Secondary
|
|
162
|
-
<span class="pf-
|
|
162
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
163
163
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
164
164
|
</span>
|
|
165
165
|
</button>
|
|
166
166
|
|
|
167
|
-
<button class="pf-
|
|
167
|
+
<button class="pf-v6-c-button pf-m-danger pf-m-secondary" type="button">
|
|
168
168
|
Secondary danger
|
|
169
|
-
<span class="pf-
|
|
169
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
170
170
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
171
171
|
</span>
|
|
172
172
|
</button>
|
|
173
173
|
|
|
174
|
-
<button class="pf-
|
|
174
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button">
|
|
175
175
|
Tertiary
|
|
176
|
-
<span class="pf-
|
|
176
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
177
177
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
178
178
|
</span>
|
|
179
179
|
</button>
|
|
180
180
|
|
|
181
|
-
<button class="pf-
|
|
181
|
+
<button class="pf-v6-c-button pf-m-danger" type="button">
|
|
182
182
|
Danger
|
|
183
|
-
<span class="pf-
|
|
183
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
184
184
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
185
185
|
</span>
|
|
186
186
|
</button>
|
|
187
187
|
|
|
188
|
-
<button class="pf-
|
|
188
|
+
<button class="pf-v6-c-button pf-m-warning" type="button">
|
|
189
189
|
Warning
|
|
190
|
-
<span class="pf-
|
|
190
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
191
191
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
192
192
|
</span>
|
|
193
193
|
</button>
|
|
@@ -195,43 +195,43 @@ cssPrefix: pf-v5-c-button
|
|
|
195
195
|
<br />
|
|
196
196
|
<br />
|
|
197
197
|
|
|
198
|
-
<button class="pf-
|
|
198
|
+
<button class="pf-v6-c-button pf-m-link" type="button">
|
|
199
199
|
Link
|
|
200
|
-
<span class="pf-
|
|
200
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
201
201
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
202
202
|
</span>
|
|
203
203
|
</button>
|
|
204
204
|
|
|
205
|
-
<button class="pf-
|
|
205
|
+
<button class="pf-v6-c-button pf-m-link pf-m-danger" type="button">
|
|
206
206
|
Link danger
|
|
207
|
-
<span class="pf-
|
|
207
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
208
208
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
209
209
|
</span>
|
|
210
210
|
</button>
|
|
211
211
|
|
|
212
|
-
<button class="pf-
|
|
212
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button">
|
|
213
213
|
Inline link
|
|
214
|
-
<span class="pf-
|
|
214
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
215
215
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
216
216
|
</span>
|
|
217
217
|
</button>
|
|
218
218
|
|
|
219
|
-
<button class="pf-
|
|
219
|
+
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Remove">
|
|
220
220
|
<i class="fas fa-times" aria-hidden="true"></i>
|
|
221
221
|
</button>
|
|
222
222
|
|
|
223
223
|
<br />
|
|
224
224
|
<br />
|
|
225
225
|
|
|
226
|
-
<button class="pf-
|
|
226
|
+
<button class="pf-v6-c-button pf-m-control" type="button">
|
|
227
227
|
Control
|
|
228
|
-
<span class="pf-
|
|
228
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
229
229
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
230
230
|
</span>
|
|
231
231
|
</button>
|
|
232
232
|
|
|
233
233
|
<button
|
|
234
|
-
class="pf-
|
|
234
|
+
class="pf-v6-c-button pf-m-control"
|
|
235
235
|
type="button"
|
|
236
236
|
aria-label="Copy input"
|
|
237
237
|
>
|
|
@@ -243,41 +243,41 @@ cssPrefix: pf-v5-c-button
|
|
|
243
243
|
### Clicked buttons
|
|
244
244
|
|
|
245
245
|
```html
|
|
246
|
-
<button class="pf-
|
|
246
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-primary" type="button">Primary</button>
|
|
247
247
|
|
|
248
248
|
<button
|
|
249
|
-
class="pf-
|
|
249
|
+
class="pf-v6-c-button pf-m-clicked pf-m-secondary"
|
|
250
250
|
type="button"
|
|
251
251
|
>Secondary</button>
|
|
252
252
|
|
|
253
253
|
<button
|
|
254
|
-
class="pf-
|
|
254
|
+
class="pf-v6-c-button pf-m-clicked pf-m-danger pf-m-secondary"
|
|
255
255
|
type="button"
|
|
256
256
|
>Secondary danger</button>
|
|
257
257
|
|
|
258
|
-
<button class="pf-
|
|
258
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-tertiary" type="button">Tertiary</button>
|
|
259
259
|
|
|
260
|
-
<button class="pf-
|
|
260
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-danger" type="button">Danger</button>
|
|
261
261
|
|
|
262
|
-
<button class="pf-
|
|
262
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-warning" type="button">Warning</button>
|
|
263
263
|
|
|
264
264
|
<br />
|
|
265
265
|
<br />
|
|
266
266
|
|
|
267
|
-
<button class="pf-
|
|
267
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-link" type="button">Link</button>
|
|
268
268
|
|
|
269
269
|
<button
|
|
270
|
-
class="pf-
|
|
270
|
+
class="pf-v6-c-button pf-m-clicked pf-m-link pf-m-danger"
|
|
271
271
|
type="button"
|
|
272
272
|
>Link danger</button>
|
|
273
273
|
|
|
274
274
|
<button
|
|
275
|
-
class="pf-
|
|
275
|
+
class="pf-v6-c-button pf-m-clicked pf-m-inline pf-m-link"
|
|
276
276
|
type="button"
|
|
277
277
|
>Inline link</button>
|
|
278
278
|
|
|
279
279
|
<button
|
|
280
|
-
class="pf-
|
|
280
|
+
class="pf-v6-c-button pf-m-clicked pf-m-plain"
|
|
281
281
|
type="button"
|
|
282
282
|
aria-label="Remove"
|
|
283
283
|
>
|
|
@@ -287,10 +287,10 @@ cssPrefix: pf-v5-c-button
|
|
|
287
287
|
<br />
|
|
288
288
|
<br />
|
|
289
289
|
|
|
290
|
-
<button class="pf-
|
|
290
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-control" type="button">Control</button>
|
|
291
291
|
|
|
292
292
|
<button
|
|
293
|
-
class="pf-
|
|
293
|
+
class="pf-v6-c-button pf-m-clicked pf-m-control"
|
|
294
294
|
type="button"
|
|
295
295
|
aria-label="Copy input"
|
|
296
296
|
>
|
|
@@ -303,46 +303,46 @@ cssPrefix: pf-v5-c-button
|
|
|
303
303
|
<div>
|
|
304
304
|
<strong>Icon</strong>
|
|
305
305
|
</div>
|
|
306
|
-
<button class="pf-
|
|
307
|
-
<span class="pf-
|
|
306
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-primary" type="button">
|
|
307
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
308
308
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
309
309
|
</span>
|
|
310
310
|
Primary
|
|
311
311
|
</button>
|
|
312
312
|
|
|
313
|
-
<button class="pf-
|
|
314
|
-
<span class="pf-
|
|
313
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-secondary" type="button">
|
|
314
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
315
315
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
316
316
|
</span>
|
|
317
317
|
Secondary
|
|
318
318
|
</button>
|
|
319
319
|
|
|
320
320
|
<button
|
|
321
|
-
class="pf-
|
|
321
|
+
class="pf-v6-c-button pf-m-clicked pf-m-danger pf-m-secondary"
|
|
322
322
|
type="button"
|
|
323
323
|
>
|
|
324
|
-
<span class="pf-
|
|
324
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
325
325
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
326
326
|
</span>
|
|
327
327
|
Secondary danger
|
|
328
328
|
</button>
|
|
329
329
|
|
|
330
|
-
<button class="pf-
|
|
331
|
-
<span class="pf-
|
|
330
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-tertiary" type="button">
|
|
331
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
332
332
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
333
333
|
</span>
|
|
334
334
|
Tertiary
|
|
335
335
|
</button>
|
|
336
336
|
|
|
337
|
-
<button class="pf-
|
|
338
|
-
<span class="pf-
|
|
337
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-danger" type="button">
|
|
338
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
339
339
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
340
340
|
</span>
|
|
341
341
|
Danger
|
|
342
342
|
</button>
|
|
343
343
|
|
|
344
|
-
<button class="pf-
|
|
345
|
-
<span class="pf-
|
|
344
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-warning" type="button">
|
|
345
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
346
346
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
347
347
|
</span>
|
|
348
348
|
Warning
|
|
@@ -351,29 +351,29 @@ cssPrefix: pf-v5-c-button
|
|
|
351
351
|
<br />
|
|
352
352
|
<br />
|
|
353
353
|
|
|
354
|
-
<button class="pf-
|
|
355
|
-
<span class="pf-
|
|
354
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-link" type="button">
|
|
355
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
356
356
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
357
357
|
</span>
|
|
358
358
|
Link
|
|
359
359
|
</button>
|
|
360
360
|
|
|
361
|
-
<button class="pf-
|
|
362
|
-
<span class="pf-
|
|
361
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-link pf-m-danger" type="button">
|
|
362
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
363
363
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
364
364
|
</span>
|
|
365
365
|
Link danger
|
|
366
366
|
</button>
|
|
367
367
|
|
|
368
|
-
<button class="pf-
|
|
369
|
-
<span class="pf-
|
|
368
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-inline pf-m-link" type="button">
|
|
369
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
370
370
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
371
371
|
</span>
|
|
372
372
|
Inline link
|
|
373
373
|
</button>
|
|
374
374
|
|
|
375
375
|
<button
|
|
376
|
-
class="pf-
|
|
376
|
+
class="pf-v6-c-button pf-m-clicked pf-m-plain"
|
|
377
377
|
type="button"
|
|
378
378
|
aria-label="Remove"
|
|
379
379
|
>
|
|
@@ -383,15 +383,15 @@ cssPrefix: pf-v5-c-button
|
|
|
383
383
|
<br />
|
|
384
384
|
<br />
|
|
385
385
|
|
|
386
|
-
<button class="pf-
|
|
387
|
-
<span class="pf-
|
|
386
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-control" type="button">
|
|
387
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
388
388
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
389
389
|
</span>
|
|
390
390
|
Control
|
|
391
391
|
</button>
|
|
392
392
|
|
|
393
393
|
<button
|
|
394
|
-
class="pf-
|
|
394
|
+
class="pf-v6-c-button pf-m-clicked pf-m-control"
|
|
395
395
|
type="button"
|
|
396
396
|
aria-label="Copy input"
|
|
397
397
|
>
|
|
@@ -404,47 +404,47 @@ cssPrefix: pf-v5-c-button
|
|
|
404
404
|
<div>
|
|
405
405
|
<strong>Icon end</strong>
|
|
406
406
|
</div>
|
|
407
|
-
<button class="pf-
|
|
407
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-primary" type="button">
|
|
408
408
|
Primary
|
|
409
|
-
<span class="pf-
|
|
409
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
410
410
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
411
411
|
</span>
|
|
412
412
|
</button>
|
|
413
413
|
|
|
414
|
-
<button class="pf-
|
|
414
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-secondary" type="button">
|
|
415
415
|
Secondary
|
|
416
|
-
<span class="pf-
|
|
416
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
417
417
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
418
418
|
</span>
|
|
419
419
|
</button>
|
|
420
420
|
|
|
421
421
|
<button
|
|
422
|
-
class="pf-
|
|
422
|
+
class="pf-v6-c-button pf-m-clicked pf-m-danger pf-m-secondary"
|
|
423
423
|
type="button"
|
|
424
424
|
>
|
|
425
425
|
Secondary danger
|
|
426
|
-
<span class="pf-
|
|
426
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
427
427
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
428
428
|
</span>
|
|
429
429
|
</button>
|
|
430
430
|
|
|
431
|
-
<button class="pf-
|
|
431
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-tertiary" type="button">
|
|
432
432
|
Tertiary
|
|
433
|
-
<span class="pf-
|
|
433
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
434
434
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
435
435
|
</span>
|
|
436
436
|
</button>
|
|
437
437
|
|
|
438
|
-
<button class="pf-
|
|
438
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-danger" type="button">
|
|
439
439
|
Danger
|
|
440
|
-
<span class="pf-
|
|
440
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
441
441
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
442
442
|
</span>
|
|
443
443
|
</button>
|
|
444
444
|
|
|
445
|
-
<button class="pf-
|
|
445
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-warning" type="button">
|
|
446
446
|
Warning
|
|
447
|
-
<span class="pf-
|
|
447
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
448
448
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
449
449
|
</span>
|
|
450
450
|
</button>
|
|
@@ -452,29 +452,29 @@ cssPrefix: pf-v5-c-button
|
|
|
452
452
|
<br />
|
|
453
453
|
<br />
|
|
454
454
|
|
|
455
|
-
<button class="pf-
|
|
455
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-link" type="button">
|
|
456
456
|
Link
|
|
457
|
-
<span class="pf-
|
|
457
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
458
458
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
459
459
|
</span>
|
|
460
460
|
</button>
|
|
461
461
|
|
|
462
|
-
<button class="pf-
|
|
462
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-link pf-m-danger" type="button">
|
|
463
463
|
Link danger
|
|
464
|
-
<span class="pf-
|
|
464
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
465
465
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
466
466
|
</span>
|
|
467
467
|
</button>
|
|
468
468
|
|
|
469
|
-
<button class="pf-
|
|
469
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-inline pf-m-link" type="button">
|
|
470
470
|
Inline link
|
|
471
|
-
<span class="pf-
|
|
471
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
472
472
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
473
473
|
</span>
|
|
474
474
|
</button>
|
|
475
475
|
|
|
476
476
|
<button
|
|
477
|
-
class="pf-
|
|
477
|
+
class="pf-v6-c-button pf-m-clicked pf-m-plain"
|
|
478
478
|
type="button"
|
|
479
479
|
aria-label="Remove"
|
|
480
480
|
>
|
|
@@ -484,15 +484,15 @@ cssPrefix: pf-v5-c-button
|
|
|
484
484
|
<br />
|
|
485
485
|
<br />
|
|
486
486
|
|
|
487
|
-
<button class="pf-
|
|
487
|
+
<button class="pf-v6-c-button pf-m-clicked pf-m-control" type="button">
|
|
488
488
|
Control
|
|
489
|
-
<span class="pf-
|
|
489
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
490
490
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
491
491
|
</span>
|
|
492
492
|
</button>
|
|
493
493
|
|
|
494
494
|
<button
|
|
495
|
-
class="pf-
|
|
495
|
+
class="pf-v6-c-button pf-m-clicked pf-m-control"
|
|
496
496
|
type="button"
|
|
497
497
|
aria-label="Copy input"
|
|
498
498
|
>
|
|
@@ -504,38 +504,38 @@ cssPrefix: pf-v5-c-button
|
|
|
504
504
|
### Small buttons
|
|
505
505
|
|
|
506
506
|
```html
|
|
507
|
-
<button class="pf-
|
|
507
|
+
<button class="pf-v6-c-button pf-m-small pf-m-primary" type="button">Primary</button>
|
|
508
508
|
|
|
509
|
-
<button class="pf-
|
|
509
|
+
<button class="pf-v6-c-button pf-m-small pf-m-secondary" type="button">Secondary</button>
|
|
510
510
|
|
|
511
511
|
<button
|
|
512
|
-
class="pf-
|
|
512
|
+
class="pf-v6-c-button pf-m-small pf-m-danger pf-m-secondary"
|
|
513
513
|
type="button"
|
|
514
514
|
>Secondary danger</button>
|
|
515
515
|
|
|
516
|
-
<button class="pf-
|
|
516
|
+
<button class="pf-v6-c-button pf-m-small pf-m-tertiary" type="button">Tertiary</button>
|
|
517
517
|
|
|
518
|
-
<button class="pf-
|
|
518
|
+
<button class="pf-v6-c-button pf-m-small pf-m-danger" type="button">Danger</button>
|
|
519
519
|
|
|
520
|
-
<button class="pf-
|
|
520
|
+
<button class="pf-v6-c-button pf-m-small pf-m-warning" type="button">Warning</button>
|
|
521
521
|
|
|
522
522
|
<br />
|
|
523
523
|
<br />
|
|
524
524
|
|
|
525
|
-
<button class="pf-
|
|
525
|
+
<button class="pf-v6-c-button pf-m-small pf-m-link" type="button">Link</button>
|
|
526
526
|
|
|
527
527
|
<button
|
|
528
|
-
class="pf-
|
|
528
|
+
class="pf-v6-c-button pf-m-small pf-m-link pf-m-danger"
|
|
529
529
|
type="button"
|
|
530
530
|
>Link danger</button>
|
|
531
531
|
|
|
532
532
|
<button
|
|
533
|
-
class="pf-
|
|
533
|
+
class="pf-v6-c-button pf-m-small pf-m-inline pf-m-link"
|
|
534
534
|
type="button"
|
|
535
535
|
>Inline link</button>
|
|
536
536
|
|
|
537
537
|
<button
|
|
538
|
-
class="pf-
|
|
538
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
539
539
|
type="button"
|
|
540
540
|
aria-label="Remove"
|
|
541
541
|
>
|
|
@@ -545,10 +545,10 @@ cssPrefix: pf-v5-c-button
|
|
|
545
545
|
<br />
|
|
546
546
|
<br />
|
|
547
547
|
|
|
548
|
-
<button class="pf-
|
|
548
|
+
<button class="pf-v6-c-button pf-m-small pf-m-control" type="button">Control</button>
|
|
549
549
|
|
|
550
550
|
<button
|
|
551
|
-
class="pf-
|
|
551
|
+
class="pf-v6-c-button pf-m-small pf-m-control"
|
|
552
552
|
type="button"
|
|
553
553
|
aria-label="Copy input"
|
|
554
554
|
>
|
|
@@ -561,46 +561,46 @@ cssPrefix: pf-v5-c-button
|
|
|
561
561
|
<div>
|
|
562
562
|
<strong>Icon</strong>
|
|
563
563
|
</div>
|
|
564
|
-
<button class="pf-
|
|
565
|
-
<span class="pf-
|
|
564
|
+
<button class="pf-v6-c-button pf-m-small pf-m-primary" type="button">
|
|
565
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
566
566
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
567
567
|
</span>
|
|
568
568
|
Primary
|
|
569
569
|
</button>
|
|
570
570
|
|
|
571
|
-
<button class="pf-
|
|
572
|
-
<span class="pf-
|
|
571
|
+
<button class="pf-v6-c-button pf-m-small pf-m-secondary" type="button">
|
|
572
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
573
573
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
574
574
|
</span>
|
|
575
575
|
Secondary
|
|
576
576
|
</button>
|
|
577
577
|
|
|
578
578
|
<button
|
|
579
|
-
class="pf-
|
|
579
|
+
class="pf-v6-c-button pf-m-small pf-m-danger pf-m-secondary"
|
|
580
580
|
type="button"
|
|
581
581
|
>
|
|
582
|
-
<span class="pf-
|
|
582
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
583
583
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
584
584
|
</span>
|
|
585
585
|
Secondary danger
|
|
586
586
|
</button>
|
|
587
587
|
|
|
588
|
-
<button class="pf-
|
|
589
|
-
<span class="pf-
|
|
588
|
+
<button class="pf-v6-c-button pf-m-small pf-m-tertiary" type="button">
|
|
589
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
590
590
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
591
591
|
</span>
|
|
592
592
|
Tertiary
|
|
593
593
|
</button>
|
|
594
594
|
|
|
595
|
-
<button class="pf-
|
|
596
|
-
<span class="pf-
|
|
595
|
+
<button class="pf-v6-c-button pf-m-small pf-m-danger" type="button">
|
|
596
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
597
597
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
598
598
|
</span>
|
|
599
599
|
Danger
|
|
600
600
|
</button>
|
|
601
601
|
|
|
602
|
-
<button class="pf-
|
|
603
|
-
<span class="pf-
|
|
602
|
+
<button class="pf-v6-c-button pf-m-small pf-m-warning" type="button">
|
|
603
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
604
604
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
605
605
|
</span>
|
|
606
606
|
Warning
|
|
@@ -609,29 +609,29 @@ cssPrefix: pf-v5-c-button
|
|
|
609
609
|
<br />
|
|
610
610
|
<br />
|
|
611
611
|
|
|
612
|
-
<button class="pf-
|
|
613
|
-
<span class="pf-
|
|
612
|
+
<button class="pf-v6-c-button pf-m-small pf-m-link" type="button">
|
|
613
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
614
614
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
615
615
|
</span>
|
|
616
616
|
Link
|
|
617
617
|
</button>
|
|
618
618
|
|
|
619
|
-
<button class="pf-
|
|
620
|
-
<span class="pf-
|
|
619
|
+
<button class="pf-v6-c-button pf-m-small pf-m-link pf-m-danger" type="button">
|
|
620
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
621
621
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
622
622
|
</span>
|
|
623
623
|
Link danger
|
|
624
624
|
</button>
|
|
625
625
|
|
|
626
|
-
<button class="pf-
|
|
627
|
-
<span class="pf-
|
|
626
|
+
<button class="pf-v6-c-button pf-m-small pf-m-inline pf-m-link" type="button">
|
|
627
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
628
628
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
629
629
|
</span>
|
|
630
630
|
Inline link
|
|
631
631
|
</button>
|
|
632
632
|
|
|
633
633
|
<button
|
|
634
|
-
class="pf-
|
|
634
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
635
635
|
type="button"
|
|
636
636
|
aria-label="Remove"
|
|
637
637
|
>
|
|
@@ -641,15 +641,15 @@ cssPrefix: pf-v5-c-button
|
|
|
641
641
|
<br />
|
|
642
642
|
<br />
|
|
643
643
|
|
|
644
|
-
<button class="pf-
|
|
645
|
-
<span class="pf-
|
|
644
|
+
<button class="pf-v6-c-button pf-m-small pf-m-control" type="button">
|
|
645
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
646
646
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
647
647
|
</span>
|
|
648
648
|
Control
|
|
649
649
|
</button>
|
|
650
650
|
|
|
651
651
|
<button
|
|
652
|
-
class="pf-
|
|
652
|
+
class="pf-v6-c-button pf-m-small pf-m-control"
|
|
653
653
|
type="button"
|
|
654
654
|
aria-label="Copy input"
|
|
655
655
|
>
|
|
@@ -662,47 +662,47 @@ cssPrefix: pf-v5-c-button
|
|
|
662
662
|
<div>
|
|
663
663
|
<strong>Icon end</strong>
|
|
664
664
|
</div>
|
|
665
|
-
<button class="pf-
|
|
665
|
+
<button class="pf-v6-c-button pf-m-small pf-m-primary" type="button">
|
|
666
666
|
Primary
|
|
667
|
-
<span class="pf-
|
|
667
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
668
668
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
669
669
|
</span>
|
|
670
670
|
</button>
|
|
671
671
|
|
|
672
|
-
<button class="pf-
|
|
672
|
+
<button class="pf-v6-c-button pf-m-small pf-m-secondary" type="button">
|
|
673
673
|
Secondary
|
|
674
|
-
<span class="pf-
|
|
674
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
675
675
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
676
676
|
</span>
|
|
677
677
|
</button>
|
|
678
678
|
|
|
679
679
|
<button
|
|
680
|
-
class="pf-
|
|
680
|
+
class="pf-v6-c-button pf-m-small pf-m-danger pf-m-secondary"
|
|
681
681
|
type="button"
|
|
682
682
|
>
|
|
683
683
|
Secondary danger
|
|
684
|
-
<span class="pf-
|
|
684
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
685
685
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
686
686
|
</span>
|
|
687
687
|
</button>
|
|
688
688
|
|
|
689
|
-
<button class="pf-
|
|
689
|
+
<button class="pf-v6-c-button pf-m-small pf-m-tertiary" type="button">
|
|
690
690
|
Tertiary
|
|
691
|
-
<span class="pf-
|
|
691
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
692
692
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
693
693
|
</span>
|
|
694
694
|
</button>
|
|
695
695
|
|
|
696
|
-
<button class="pf-
|
|
696
|
+
<button class="pf-v6-c-button pf-m-small pf-m-danger" type="button">
|
|
697
697
|
Danger
|
|
698
|
-
<span class="pf-
|
|
698
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
699
699
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
700
700
|
</span>
|
|
701
701
|
</button>
|
|
702
702
|
|
|
703
|
-
<button class="pf-
|
|
703
|
+
<button class="pf-v6-c-button pf-m-small pf-m-warning" type="button">
|
|
704
704
|
Warning
|
|
705
|
-
<span class="pf-
|
|
705
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
706
706
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
707
707
|
</span>
|
|
708
708
|
</button>
|
|
@@ -710,29 +710,29 @@ cssPrefix: pf-v5-c-button
|
|
|
710
710
|
<br />
|
|
711
711
|
<br />
|
|
712
712
|
|
|
713
|
-
<button class="pf-
|
|
713
|
+
<button class="pf-v6-c-button pf-m-small pf-m-link" type="button">
|
|
714
714
|
Link
|
|
715
|
-
<span class="pf-
|
|
715
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
716
716
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
717
717
|
</span>
|
|
718
718
|
</button>
|
|
719
719
|
|
|
720
|
-
<button class="pf-
|
|
720
|
+
<button class="pf-v6-c-button pf-m-small pf-m-link pf-m-danger" type="button">
|
|
721
721
|
Link danger
|
|
722
|
-
<span class="pf-
|
|
722
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
723
723
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
724
724
|
</span>
|
|
725
725
|
</button>
|
|
726
726
|
|
|
727
|
-
<button class="pf-
|
|
727
|
+
<button class="pf-v6-c-button pf-m-small pf-m-inline pf-m-link" type="button">
|
|
728
728
|
Inline link
|
|
729
|
-
<span class="pf-
|
|
729
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
730
730
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
731
731
|
</span>
|
|
732
732
|
</button>
|
|
733
733
|
|
|
734
734
|
<button
|
|
735
|
-
class="pf-
|
|
735
|
+
class="pf-v6-c-button pf-m-small pf-m-plain"
|
|
736
736
|
type="button"
|
|
737
737
|
aria-label="Remove"
|
|
738
738
|
>
|
|
@@ -742,15 +742,15 @@ cssPrefix: pf-v5-c-button
|
|
|
742
742
|
<br />
|
|
743
743
|
<br />
|
|
744
744
|
|
|
745
|
-
<button class="pf-
|
|
745
|
+
<button class="pf-v6-c-button pf-m-small pf-m-control" type="button">
|
|
746
746
|
Control
|
|
747
|
-
<span class="pf-
|
|
747
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
748
748
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
749
749
|
</span>
|
|
750
750
|
</button>
|
|
751
751
|
|
|
752
752
|
<button
|
|
753
|
-
class="pf-
|
|
753
|
+
class="pf-v6-c-button pf-m-small pf-m-control"
|
|
754
754
|
type="button"
|
|
755
755
|
aria-label="Copy input"
|
|
756
756
|
>
|
|
@@ -762,41 +762,41 @@ cssPrefix: pf-v5-c-button
|
|
|
762
762
|
### Disabled
|
|
763
763
|
|
|
764
764
|
```html
|
|
765
|
-
<button class="pf-
|
|
765
|
+
<button class="pf-v6-c-button pf-m-primary" type="button" disabled>Primary</button>
|
|
766
766
|
|
|
767
|
-
<button class="pf-
|
|
767
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button" disabled>Secondary</button>
|
|
768
768
|
|
|
769
769
|
<button
|
|
770
|
-
class="pf-
|
|
770
|
+
class="pf-v6-c-button pf-m-danger pf-m-secondary"
|
|
771
771
|
type="button"
|
|
772
772
|
disabled
|
|
773
773
|
>Secondary danger</button>
|
|
774
774
|
|
|
775
|
-
<button class="pf-
|
|
775
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button" disabled>Tertiary</button>
|
|
776
776
|
|
|
777
|
-
<button class="pf-
|
|
777
|
+
<button class="pf-v6-c-button pf-m-danger" type="button" disabled>Danger</button>
|
|
778
778
|
|
|
779
|
-
<button class="pf-
|
|
779
|
+
<button class="pf-v6-c-button pf-m-warning" type="button" disabled>Warning</button>
|
|
780
780
|
|
|
781
781
|
<br />
|
|
782
782
|
<br />
|
|
783
783
|
|
|
784
|
-
<button class="pf-
|
|
784
|
+
<button class="pf-v6-c-button pf-m-link" type="button" disabled>Link</button>
|
|
785
785
|
|
|
786
786
|
<button
|
|
787
|
-
class="pf-
|
|
787
|
+
class="pf-v6-c-button pf-m-link pf-m-danger"
|
|
788
788
|
type="button"
|
|
789
789
|
disabled
|
|
790
790
|
>Link danger</button>
|
|
791
791
|
|
|
792
792
|
<button
|
|
793
|
-
class="pf-
|
|
793
|
+
class="pf-v6-c-button pf-m-inline pf-m-link"
|
|
794
794
|
type="button"
|
|
795
795
|
disabled
|
|
796
796
|
>Inline link</button>
|
|
797
797
|
|
|
798
798
|
<button
|
|
799
|
-
class="pf-
|
|
799
|
+
class="pf-v6-c-button pf-m-plain"
|
|
800
800
|
type="button"
|
|
801
801
|
disabled
|
|
802
802
|
aria-label="Remove"
|
|
@@ -807,10 +807,10 @@ cssPrefix: pf-v5-c-button
|
|
|
807
807
|
<br />
|
|
808
808
|
<br />
|
|
809
809
|
|
|
810
|
-
<button class="pf-
|
|
810
|
+
<button class="pf-v6-c-button pf-m-control" type="button" disabled>Control</button>
|
|
811
811
|
|
|
812
812
|
<button
|
|
813
|
-
class="pf-
|
|
813
|
+
class="pf-v6-c-button pf-m-control"
|
|
814
814
|
type="button"
|
|
815
815
|
disabled
|
|
816
816
|
aria-label="Copy input"
|
|
@@ -824,47 +824,47 @@ cssPrefix: pf-v5-c-button
|
|
|
824
824
|
<div>
|
|
825
825
|
<strong>Icon</strong>
|
|
826
826
|
</div>
|
|
827
|
-
<button class="pf-
|
|
828
|
-
<span class="pf-
|
|
827
|
+
<button class="pf-v6-c-button pf-m-primary" type="button" disabled>
|
|
828
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
829
829
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
830
830
|
</span>
|
|
831
831
|
Primary
|
|
832
832
|
</button>
|
|
833
833
|
|
|
834
|
-
<button class="pf-
|
|
835
|
-
<span class="pf-
|
|
834
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button" disabled>
|
|
835
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
836
836
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
837
837
|
</span>
|
|
838
838
|
Secondary
|
|
839
839
|
</button>
|
|
840
840
|
|
|
841
841
|
<button
|
|
842
|
-
class="pf-
|
|
842
|
+
class="pf-v6-c-button pf-m-danger pf-m-secondary"
|
|
843
843
|
type="button"
|
|
844
844
|
disabled
|
|
845
845
|
>
|
|
846
|
-
<span class="pf-
|
|
846
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
847
847
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
848
848
|
</span>
|
|
849
849
|
Secondary danger
|
|
850
850
|
</button>
|
|
851
851
|
|
|
852
|
-
<button class="pf-
|
|
853
|
-
<span class="pf-
|
|
852
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button" disabled>
|
|
853
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
854
854
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
855
855
|
</span>
|
|
856
856
|
Tertiary
|
|
857
857
|
</button>
|
|
858
858
|
|
|
859
|
-
<button class="pf-
|
|
860
|
-
<span class="pf-
|
|
859
|
+
<button class="pf-v6-c-button pf-m-danger" type="button" disabled>
|
|
860
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
861
861
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
862
862
|
</span>
|
|
863
863
|
Danger
|
|
864
864
|
</button>
|
|
865
865
|
|
|
866
|
-
<button class="pf-
|
|
867
|
-
<span class="pf-
|
|
866
|
+
<button class="pf-v6-c-button pf-m-warning" type="button" disabled>
|
|
867
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
868
868
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
869
869
|
</span>
|
|
870
870
|
Warning
|
|
@@ -873,29 +873,29 @@ cssPrefix: pf-v5-c-button
|
|
|
873
873
|
<br />
|
|
874
874
|
<br />
|
|
875
875
|
|
|
876
|
-
<button class="pf-
|
|
877
|
-
<span class="pf-
|
|
876
|
+
<button class="pf-v6-c-button pf-m-link" type="button" disabled>
|
|
877
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
878
878
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
879
879
|
</span>
|
|
880
880
|
Link
|
|
881
881
|
</button>
|
|
882
882
|
|
|
883
|
-
<button class="pf-
|
|
884
|
-
<span class="pf-
|
|
883
|
+
<button class="pf-v6-c-button pf-m-link pf-m-danger" type="button" disabled>
|
|
884
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
885
885
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
886
886
|
</span>
|
|
887
887
|
Link danger
|
|
888
888
|
</button>
|
|
889
889
|
|
|
890
|
-
<button class="pf-
|
|
891
|
-
<span class="pf-
|
|
890
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button" disabled>
|
|
891
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
892
892
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
893
893
|
</span>
|
|
894
894
|
Inline link
|
|
895
895
|
</button>
|
|
896
896
|
|
|
897
897
|
<button
|
|
898
|
-
class="pf-
|
|
898
|
+
class="pf-v6-c-button pf-m-plain"
|
|
899
899
|
type="button"
|
|
900
900
|
disabled
|
|
901
901
|
aria-label="Remove"
|
|
@@ -906,15 +906,15 @@ cssPrefix: pf-v5-c-button
|
|
|
906
906
|
<br />
|
|
907
907
|
<br />
|
|
908
908
|
|
|
909
|
-
<button class="pf-
|
|
910
|
-
<span class="pf-
|
|
909
|
+
<button class="pf-v6-c-button pf-m-control" type="button" disabled>
|
|
910
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
911
911
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
912
912
|
</span>
|
|
913
913
|
Control
|
|
914
914
|
</button>
|
|
915
915
|
|
|
916
916
|
<button
|
|
917
|
-
class="pf-
|
|
917
|
+
class="pf-v6-c-button pf-m-control"
|
|
918
918
|
type="button"
|
|
919
919
|
disabled
|
|
920
920
|
aria-label="Copy input"
|
|
@@ -928,48 +928,48 @@ cssPrefix: pf-v5-c-button
|
|
|
928
928
|
<div>
|
|
929
929
|
<strong>Icon end</strong>
|
|
930
930
|
</div>
|
|
931
|
-
<button class="pf-
|
|
931
|
+
<button class="pf-v6-c-button pf-m-primary" type="button" disabled>
|
|
932
932
|
Primary
|
|
933
|
-
<span class="pf-
|
|
933
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
934
934
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
935
935
|
</span>
|
|
936
936
|
</button>
|
|
937
937
|
|
|
938
|
-
<button class="pf-
|
|
938
|
+
<button class="pf-v6-c-button pf-m-secondary" type="button" disabled>
|
|
939
939
|
Secondary
|
|
940
|
-
<span class="pf-
|
|
940
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
941
941
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
942
942
|
</span>
|
|
943
943
|
</button>
|
|
944
944
|
|
|
945
945
|
<button
|
|
946
|
-
class="pf-
|
|
946
|
+
class="pf-v6-c-button pf-m-danger pf-m-secondary"
|
|
947
947
|
type="button"
|
|
948
948
|
disabled
|
|
949
949
|
>
|
|
950
950
|
Secondary danger
|
|
951
|
-
<span class="pf-
|
|
951
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
952
952
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
953
953
|
</span>
|
|
954
954
|
</button>
|
|
955
955
|
|
|
956
|
-
<button class="pf-
|
|
956
|
+
<button class="pf-v6-c-button pf-m-tertiary" type="button" disabled>
|
|
957
957
|
Tertiary
|
|
958
|
-
<span class="pf-
|
|
958
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
959
959
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
960
960
|
</span>
|
|
961
961
|
</button>
|
|
962
962
|
|
|
963
|
-
<button class="pf-
|
|
963
|
+
<button class="pf-v6-c-button pf-m-danger" type="button" disabled>
|
|
964
964
|
Danger
|
|
965
|
-
<span class="pf-
|
|
965
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
966
966
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
967
967
|
</span>
|
|
968
968
|
</button>
|
|
969
969
|
|
|
970
|
-
<button class="pf-
|
|
970
|
+
<button class="pf-v6-c-button pf-m-warning" type="button" disabled>
|
|
971
971
|
Warning
|
|
972
|
-
<span class="pf-
|
|
972
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
973
973
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
974
974
|
</span>
|
|
975
975
|
</button>
|
|
@@ -977,29 +977,29 @@ cssPrefix: pf-v5-c-button
|
|
|
977
977
|
<br />
|
|
978
978
|
<br />
|
|
979
979
|
|
|
980
|
-
<button class="pf-
|
|
980
|
+
<button class="pf-v6-c-button pf-m-link" type="button" disabled>
|
|
981
981
|
Link
|
|
982
|
-
<span class="pf-
|
|
982
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
983
983
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
984
984
|
</span>
|
|
985
985
|
</button>
|
|
986
986
|
|
|
987
|
-
<button class="pf-
|
|
987
|
+
<button class="pf-v6-c-button pf-m-link pf-m-danger" type="button" disabled>
|
|
988
988
|
Link danger
|
|
989
|
-
<span class="pf-
|
|
989
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
990
990
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
991
991
|
</span>
|
|
992
992
|
</button>
|
|
993
993
|
|
|
994
|
-
<button class="pf-
|
|
994
|
+
<button class="pf-v6-c-button pf-m-inline pf-m-link" type="button" disabled>
|
|
995
995
|
Inline link
|
|
996
|
-
<span class="pf-
|
|
996
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
997
997
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
998
998
|
</span>
|
|
999
999
|
</button>
|
|
1000
1000
|
|
|
1001
1001
|
<button
|
|
1002
|
-
class="pf-
|
|
1002
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1003
1003
|
type="button"
|
|
1004
1004
|
disabled
|
|
1005
1005
|
aria-label="Remove"
|
|
@@ -1010,15 +1010,15 @@ cssPrefix: pf-v5-c-button
|
|
|
1010
1010
|
<br />
|
|
1011
1011
|
<br />
|
|
1012
1012
|
|
|
1013
|
-
<button class="pf-
|
|
1013
|
+
<button class="pf-v6-c-button pf-m-control" type="button" disabled>
|
|
1014
1014
|
Control
|
|
1015
|
-
<span class="pf-
|
|
1015
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1016
1016
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1017
1017
|
</span>
|
|
1018
1018
|
</button>
|
|
1019
1019
|
|
|
1020
1020
|
<button
|
|
1021
|
-
class="pf-
|
|
1021
|
+
class="pf-v6-c-button pf-m-control"
|
|
1022
1022
|
type="button"
|
|
1023
1023
|
disabled
|
|
1024
1024
|
aria-label="Copy input"
|
|
@@ -1032,37 +1032,37 @@ cssPrefix: pf-v5-c-button
|
|
|
1032
1032
|
|
|
1033
1033
|
```html
|
|
1034
1034
|
<button
|
|
1035
|
-
class="pf-
|
|
1035
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-primary"
|
|
1036
1036
|
type="button"
|
|
1037
1037
|
aria-disabled="true"
|
|
1038
1038
|
>Primary</button>
|
|
1039
1039
|
|
|
1040
1040
|
<button
|
|
1041
|
-
class="pf-
|
|
1041
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-secondary"
|
|
1042
1042
|
type="button"
|
|
1043
1043
|
aria-disabled="true"
|
|
1044
1044
|
>Secondary</button>
|
|
1045
1045
|
|
|
1046
1046
|
<button
|
|
1047
|
-
class="pf-
|
|
1047
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-danger pf-m-secondary"
|
|
1048
1048
|
type="button"
|
|
1049
1049
|
aria-disabled="true"
|
|
1050
1050
|
>Secondary danger</button>
|
|
1051
1051
|
|
|
1052
1052
|
<button
|
|
1053
|
-
class="pf-
|
|
1053
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-tertiary"
|
|
1054
1054
|
type="button"
|
|
1055
1055
|
aria-disabled="true"
|
|
1056
1056
|
>Tertiary</button>
|
|
1057
1057
|
|
|
1058
1058
|
<button
|
|
1059
|
-
class="pf-
|
|
1059
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-danger"
|
|
1060
1060
|
type="button"
|
|
1061
1061
|
aria-disabled="true"
|
|
1062
1062
|
>Danger</button>
|
|
1063
1063
|
|
|
1064
1064
|
<button
|
|
1065
|
-
class="pf-
|
|
1065
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-warning"
|
|
1066
1066
|
type="button"
|
|
1067
1067
|
aria-disabled="true"
|
|
1068
1068
|
>Warning</button>
|
|
@@ -1071,25 +1071,25 @@ cssPrefix: pf-v5-c-button
|
|
|
1071
1071
|
<br />
|
|
1072
1072
|
|
|
1073
1073
|
<button
|
|
1074
|
-
class="pf-
|
|
1074
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-link"
|
|
1075
1075
|
type="button"
|
|
1076
1076
|
aria-disabled="true"
|
|
1077
1077
|
>Link</button>
|
|
1078
1078
|
|
|
1079
1079
|
<button
|
|
1080
|
-
class="pf-
|
|
1080
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-link pf-m-danger"
|
|
1081
1081
|
type="button"
|
|
1082
1082
|
aria-disabled="true"
|
|
1083
1083
|
>Link danger</button>
|
|
1084
1084
|
|
|
1085
1085
|
<button
|
|
1086
|
-
class="pf-
|
|
1086
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-inline pf-m-link"
|
|
1087
1087
|
type="button"
|
|
1088
1088
|
aria-disabled="true"
|
|
1089
1089
|
>Inline link</button>
|
|
1090
1090
|
|
|
1091
1091
|
<button
|
|
1092
|
-
class="pf-
|
|
1092
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
1093
1093
|
type="button"
|
|
1094
1094
|
aria-disabled="true"
|
|
1095
1095
|
aria-label="Remove"
|
|
@@ -1101,13 +1101,13 @@ cssPrefix: pf-v5-c-button
|
|
|
1101
1101
|
<br />
|
|
1102
1102
|
|
|
1103
1103
|
<button
|
|
1104
|
-
class="pf-
|
|
1104
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-control"
|
|
1105
1105
|
type="button"
|
|
1106
1106
|
aria-disabled="true"
|
|
1107
1107
|
>Control</button>
|
|
1108
1108
|
|
|
1109
1109
|
<button
|
|
1110
|
-
class="pf-
|
|
1110
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-control"
|
|
1111
1111
|
type="button"
|
|
1112
1112
|
aria-disabled="true"
|
|
1113
1113
|
aria-label="Copy input"
|
|
@@ -1122,66 +1122,66 @@ cssPrefix: pf-v5-c-button
|
|
|
1122
1122
|
<strong>Icon</strong>
|
|
1123
1123
|
</div>
|
|
1124
1124
|
<button
|
|
1125
|
-
class="pf-
|
|
1125
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-primary"
|
|
1126
1126
|
type="button"
|
|
1127
1127
|
aria-disabled="true"
|
|
1128
1128
|
>
|
|
1129
|
-
<span class="pf-
|
|
1129
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1130
1130
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1131
1131
|
</span>
|
|
1132
1132
|
Primary
|
|
1133
1133
|
</button>
|
|
1134
1134
|
|
|
1135
1135
|
<button
|
|
1136
|
-
class="pf-
|
|
1136
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-secondary"
|
|
1137
1137
|
type="button"
|
|
1138
1138
|
aria-disabled="true"
|
|
1139
1139
|
>
|
|
1140
|
-
<span class="pf-
|
|
1140
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1141
1141
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1142
1142
|
</span>
|
|
1143
1143
|
Secondary
|
|
1144
1144
|
</button>
|
|
1145
1145
|
|
|
1146
1146
|
<button
|
|
1147
|
-
class="pf-
|
|
1147
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-danger pf-m-secondary"
|
|
1148
1148
|
type="button"
|
|
1149
1149
|
aria-disabled="true"
|
|
1150
1150
|
>
|
|
1151
|
-
<span class="pf-
|
|
1151
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1152
1152
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1153
1153
|
</span>
|
|
1154
1154
|
Secondary danger
|
|
1155
1155
|
</button>
|
|
1156
1156
|
|
|
1157
1157
|
<button
|
|
1158
|
-
class="pf-
|
|
1158
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-tertiary"
|
|
1159
1159
|
type="button"
|
|
1160
1160
|
aria-disabled="true"
|
|
1161
1161
|
>
|
|
1162
|
-
<span class="pf-
|
|
1162
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1163
1163
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1164
1164
|
</span>
|
|
1165
1165
|
Tertiary
|
|
1166
1166
|
</button>
|
|
1167
1167
|
|
|
1168
1168
|
<button
|
|
1169
|
-
class="pf-
|
|
1169
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-danger"
|
|
1170
1170
|
type="button"
|
|
1171
1171
|
aria-disabled="true"
|
|
1172
1172
|
>
|
|
1173
|
-
<span class="pf-
|
|
1173
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1174
1174
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1175
1175
|
</span>
|
|
1176
1176
|
Danger
|
|
1177
1177
|
</button>
|
|
1178
1178
|
|
|
1179
1179
|
<button
|
|
1180
|
-
class="pf-
|
|
1180
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-warning"
|
|
1181
1181
|
type="button"
|
|
1182
1182
|
aria-disabled="true"
|
|
1183
1183
|
>
|
|
1184
|
-
<span class="pf-
|
|
1184
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1185
1185
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1186
1186
|
</span>
|
|
1187
1187
|
Warning
|
|
@@ -1191,40 +1191,40 @@ cssPrefix: pf-v5-c-button
|
|
|
1191
1191
|
<br />
|
|
1192
1192
|
|
|
1193
1193
|
<button
|
|
1194
|
-
class="pf-
|
|
1194
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-link"
|
|
1195
1195
|
type="button"
|
|
1196
1196
|
aria-disabled="true"
|
|
1197
1197
|
>
|
|
1198
|
-
<span class="pf-
|
|
1198
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1199
1199
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1200
1200
|
</span>
|
|
1201
1201
|
Link
|
|
1202
1202
|
</button>
|
|
1203
1203
|
|
|
1204
1204
|
<button
|
|
1205
|
-
class="pf-
|
|
1205
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-link pf-m-danger"
|
|
1206
1206
|
type="button"
|
|
1207
1207
|
aria-disabled="true"
|
|
1208
1208
|
>
|
|
1209
|
-
<span class="pf-
|
|
1209
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1210
1210
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1211
1211
|
</span>
|
|
1212
1212
|
Link danger
|
|
1213
1213
|
</button>
|
|
1214
1214
|
|
|
1215
1215
|
<button
|
|
1216
|
-
class="pf-
|
|
1216
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-inline pf-m-link"
|
|
1217
1217
|
type="button"
|
|
1218
1218
|
aria-disabled="true"
|
|
1219
1219
|
>
|
|
1220
|
-
<span class="pf-
|
|
1220
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1221
1221
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1222
1222
|
</span>
|
|
1223
1223
|
Inline link
|
|
1224
1224
|
</button>
|
|
1225
1225
|
|
|
1226
1226
|
<button
|
|
1227
|
-
class="pf-
|
|
1227
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
1228
1228
|
type="button"
|
|
1229
1229
|
aria-disabled="true"
|
|
1230
1230
|
aria-label="Remove"
|
|
@@ -1236,18 +1236,18 @@ cssPrefix: pf-v5-c-button
|
|
|
1236
1236
|
<br />
|
|
1237
1237
|
|
|
1238
1238
|
<button
|
|
1239
|
-
class="pf-
|
|
1239
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-control"
|
|
1240
1240
|
type="button"
|
|
1241
1241
|
aria-disabled="true"
|
|
1242
1242
|
>
|
|
1243
|
-
<span class="pf-
|
|
1243
|
+
<span class="pf-v6-c-button__icon pf-m-start">
|
|
1244
1244
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1245
1245
|
</span>
|
|
1246
1246
|
Control
|
|
1247
1247
|
</button>
|
|
1248
1248
|
|
|
1249
1249
|
<button
|
|
1250
|
-
class="pf-
|
|
1250
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-control"
|
|
1251
1251
|
type="button"
|
|
1252
1252
|
aria-disabled="true"
|
|
1253
1253
|
aria-label="Copy input"
|
|
@@ -1262,67 +1262,67 @@ cssPrefix: pf-v5-c-button
|
|
|
1262
1262
|
<strong>Icon end</strong>
|
|
1263
1263
|
</div>
|
|
1264
1264
|
<button
|
|
1265
|
-
class="pf-
|
|
1265
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-primary"
|
|
1266
1266
|
type="button"
|
|
1267
1267
|
aria-disabled="true"
|
|
1268
1268
|
>
|
|
1269
1269
|
Primary
|
|
1270
|
-
<span class="pf-
|
|
1270
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1271
1271
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1272
1272
|
</span>
|
|
1273
1273
|
</button>
|
|
1274
1274
|
|
|
1275
1275
|
<button
|
|
1276
|
-
class="pf-
|
|
1276
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-secondary"
|
|
1277
1277
|
type="button"
|
|
1278
1278
|
aria-disabled="true"
|
|
1279
1279
|
>
|
|
1280
1280
|
Secondary
|
|
1281
|
-
<span class="pf-
|
|
1281
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1282
1282
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1283
1283
|
</span>
|
|
1284
1284
|
</button>
|
|
1285
1285
|
|
|
1286
1286
|
<button
|
|
1287
|
-
class="pf-
|
|
1287
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-danger pf-m-secondary"
|
|
1288
1288
|
type="button"
|
|
1289
1289
|
aria-disabled="true"
|
|
1290
1290
|
>
|
|
1291
1291
|
Secondary danger
|
|
1292
|
-
<span class="pf-
|
|
1292
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1293
1293
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1294
1294
|
</span>
|
|
1295
1295
|
</button>
|
|
1296
1296
|
|
|
1297
1297
|
<button
|
|
1298
|
-
class="pf-
|
|
1298
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-tertiary"
|
|
1299
1299
|
type="button"
|
|
1300
1300
|
aria-disabled="true"
|
|
1301
1301
|
>
|
|
1302
1302
|
Tertiary
|
|
1303
|
-
<span class="pf-
|
|
1303
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1304
1304
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1305
1305
|
</span>
|
|
1306
1306
|
</button>
|
|
1307
1307
|
|
|
1308
1308
|
<button
|
|
1309
|
-
class="pf-
|
|
1309
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-danger"
|
|
1310
1310
|
type="button"
|
|
1311
1311
|
aria-disabled="true"
|
|
1312
1312
|
>
|
|
1313
1313
|
Danger
|
|
1314
|
-
<span class="pf-
|
|
1314
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1315
1315
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1316
1316
|
</span>
|
|
1317
1317
|
</button>
|
|
1318
1318
|
|
|
1319
1319
|
<button
|
|
1320
|
-
class="pf-
|
|
1320
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-warning"
|
|
1321
1321
|
type="button"
|
|
1322
1322
|
aria-disabled="true"
|
|
1323
1323
|
>
|
|
1324
1324
|
Warning
|
|
1325
|
-
<span class="pf-
|
|
1325
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1326
1326
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1327
1327
|
</span>
|
|
1328
1328
|
</button>
|
|
@@ -1331,40 +1331,40 @@ cssPrefix: pf-v5-c-button
|
|
|
1331
1331
|
<br />
|
|
1332
1332
|
|
|
1333
1333
|
<button
|
|
1334
|
-
class="pf-
|
|
1334
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-link"
|
|
1335
1335
|
type="button"
|
|
1336
1336
|
aria-disabled="true"
|
|
1337
1337
|
>
|
|
1338
1338
|
Link
|
|
1339
|
-
<span class="pf-
|
|
1339
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1340
1340
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1341
1341
|
</span>
|
|
1342
1342
|
</button>
|
|
1343
1343
|
|
|
1344
1344
|
<button
|
|
1345
|
-
class="pf-
|
|
1345
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-link pf-m-danger"
|
|
1346
1346
|
type="button"
|
|
1347
1347
|
aria-disabled="true"
|
|
1348
1348
|
>
|
|
1349
1349
|
Link danger
|
|
1350
|
-
<span class="pf-
|
|
1350
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1351
1351
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1352
1352
|
</span>
|
|
1353
1353
|
</button>
|
|
1354
1354
|
|
|
1355
1355
|
<button
|
|
1356
|
-
class="pf-
|
|
1356
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-inline pf-m-link"
|
|
1357
1357
|
type="button"
|
|
1358
1358
|
aria-disabled="true"
|
|
1359
1359
|
>
|
|
1360
1360
|
Inline link
|
|
1361
|
-
<span class="pf-
|
|
1361
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1362
1362
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1363
1363
|
</span>
|
|
1364
1364
|
</button>
|
|
1365
1365
|
|
|
1366
1366
|
<button
|
|
1367
|
-
class="pf-
|
|
1367
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-plain"
|
|
1368
1368
|
type="button"
|
|
1369
1369
|
aria-disabled="true"
|
|
1370
1370
|
aria-label="Remove"
|
|
@@ -1376,18 +1376,18 @@ cssPrefix: pf-v5-c-button
|
|
|
1376
1376
|
<br />
|
|
1377
1377
|
|
|
1378
1378
|
<button
|
|
1379
|
-
class="pf-
|
|
1379
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-control"
|
|
1380
1380
|
type="button"
|
|
1381
1381
|
aria-disabled="true"
|
|
1382
1382
|
>
|
|
1383
1383
|
Control
|
|
1384
|
-
<span class="pf-
|
|
1384
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1385
1385
|
<i class="fas fa-plus-circle" aria-hidden="true"></i>
|
|
1386
1386
|
</span>
|
|
1387
1387
|
</button>
|
|
1388
1388
|
|
|
1389
1389
|
<button
|
|
1390
|
-
class="pf-
|
|
1390
|
+
class="pf-v6-c-button pf-m-aria-disabled pf-m-control"
|
|
1391
1391
|
type="button"
|
|
1392
1392
|
aria-disabled="true"
|
|
1393
1393
|
aria-label="Copy input"
|
|
@@ -1401,36 +1401,36 @@ cssPrefix: pf-v5-c-button
|
|
|
1401
1401
|
|
|
1402
1402
|
```html
|
|
1403
1403
|
<a
|
|
1404
|
-
class="pf-
|
|
1404
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1405
1405
|
href="https://www.w3.org/TR/WCAG20-TECHS/ARIA8.html#ARIA8-examples"
|
|
1406
1406
|
>Primary link to W3.org</a>
|
|
1407
1407
|
|
|
1408
1408
|
<a
|
|
1409
|
-
class="pf-
|
|
1409
|
+
class="pf-v6-c-button pf-m-secondary"
|
|
1410
1410
|
href="#overview"
|
|
1411
1411
|
aria-label="Read more about button documentation"
|
|
1412
1412
|
>Secondary link to anchor</a>
|
|
1413
1413
|
|
|
1414
1414
|
<a
|
|
1415
|
-
class="pf-
|
|
1415
|
+
class="pf-v6-c-button pf-m-secondary pf-m-danger"
|
|
1416
1416
|
href="#overview"
|
|
1417
1417
|
aria-label="Read more about button documentation"
|
|
1418
1418
|
>Secondary danger link to anchor</a>
|
|
1419
1419
|
|
|
1420
1420
|
<a
|
|
1421
|
-
class="pf-
|
|
1421
|
+
class="pf-v6-c-button pf-m-tertiary pf-m-disabled"
|
|
1422
1422
|
href="https://www.w3.org/TR/WCAG20-TECHS/ARIA8.html#ARIA8-examples"
|
|
1423
1423
|
aria-disabled="true"
|
|
1424
1424
|
tabindex="-1"
|
|
1425
1425
|
>Tertiary link to W3.org</a>
|
|
1426
1426
|
|
|
1427
1427
|
<a
|
|
1428
|
-
class="pf-
|
|
1428
|
+
class="pf-v6-c-button pf-m-link"
|
|
1429
1429
|
href="https://www.w3.org/TR/WCAG20-TECHS/ARIA8.html#ARIA8-examples"
|
|
1430
1430
|
>Link to W3.org</a>
|
|
1431
1431
|
|
|
1432
1432
|
<a
|
|
1433
|
-
class="pf-
|
|
1433
|
+
class="pf-v6-c-button pf-m-link pf-m-danger"
|
|
1434
1434
|
href="https://www.w3.org/TR/WCAG20-TECHS/ARIA8.html#ARIA8-examples"
|
|
1435
1435
|
>Link danger to W3.org</a>
|
|
1436
1436
|
|
|
@@ -1442,7 +1442,7 @@ cssPrefix: pf-v5-c-button
|
|
|
1442
1442
|
<strong>Plain</strong>
|
|
1443
1443
|
<br />
|
|
1444
1444
|
<span
|
|
1445
|
-
class="pf-
|
|
1445
|
+
class="pf-v6-c-button pf-m-plain"
|
|
1446
1446
|
type="button"
|
|
1447
1447
|
role="button"
|
|
1448
1448
|
tabindex="0"
|
|
@@ -1455,7 +1455,7 @@ cssPrefix: pf-v5-c-button
|
|
|
1455
1455
|
<strong>Plain no padding</strong>
|
|
1456
1456
|
<br />
|
|
1457
1457
|
<span
|
|
1458
|
-
class="pf-
|
|
1458
|
+
class="pf-v6-c-button pf-m-no-padding pf-m-plain"
|
|
1459
1459
|
type="button"
|
|
1460
1460
|
role="button"
|
|
1461
1461
|
tabindex="0"
|
|
@@ -1468,7 +1468,7 @@ cssPrefix: pf-v5-c-button
|
|
|
1468
1468
|
<strong>Inline link</strong>
|
|
1469
1469
|
<br />Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
1470
1470
|
<span
|
|
1471
|
-
class="pf-
|
|
1471
|
+
class="pf-v6-c-button pf-m-link pf-m-inline"
|
|
1472
1472
|
type="button"
|
|
1473
1473
|
role="button"
|
|
1474
1474
|
tabindex="0"
|
|
@@ -1481,7 +1481,7 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1481
1481
|
|
|
1482
1482
|
```html
|
|
1483
1483
|
<button
|
|
1484
|
-
class="pf-
|
|
1484
|
+
class="pf-v6-c-button pf-m-primary pf-m-block"
|
|
1485
1485
|
type="button"
|
|
1486
1486
|
>Block level button</button>
|
|
1487
1487
|
|
|
@@ -1490,11 +1490,11 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1490
1490
|
### Types
|
|
1491
1491
|
|
|
1492
1492
|
```html
|
|
1493
|
-
<button class="pf-
|
|
1493
|
+
<button class="pf-v6-c-button pf-m-primary" type="submit">Submit</button>
|
|
1494
1494
|
|
|
1495
|
-
<button class="pf-
|
|
1495
|
+
<button class="pf-v6-c-button pf-m-primary" type="reset">Reset</button>
|
|
1496
1496
|
|
|
1497
|
-
<button class="pf-
|
|
1497
|
+
<button class="pf-v6-c-button pf-m-primary" type="button">Default</button>
|
|
1498
1498
|
|
|
1499
1499
|
```
|
|
1500
1500
|
|
|
@@ -1502,33 +1502,33 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1502
1502
|
|
|
1503
1503
|
```html
|
|
1504
1504
|
<button
|
|
1505
|
-
class="pf-
|
|
1505
|
+
class="pf-v6-c-button pf-m-primary pf-m-display-lg"
|
|
1506
1506
|
type="button"
|
|
1507
1507
|
>Call to action</button>
|
|
1508
1508
|
|
|
1509
1509
|
<button
|
|
1510
|
-
class="pf-
|
|
1510
|
+
class="pf-v6-c-button pf-m-secondary pf-m-display-lg"
|
|
1511
1511
|
type="button"
|
|
1512
1512
|
>Call to action</button>
|
|
1513
1513
|
|
|
1514
1514
|
<button
|
|
1515
|
-
class="pf-
|
|
1515
|
+
class="pf-v6-c-button pf-m-tertiary pf-m-display-lg"
|
|
1516
1516
|
type="button"
|
|
1517
1517
|
>Call to action</button>
|
|
1518
1518
|
|
|
1519
|
-
<button class="pf-
|
|
1519
|
+
<button class="pf-v6-c-button pf-m-link pf-m-display-lg" type="button">
|
|
1520
1520
|
Call to action
|
|
1521
|
-
<span class="pf-
|
|
1521
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1522
1522
|
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
1523
1523
|
</span>
|
|
1524
1524
|
</button>
|
|
1525
1525
|
|
|
1526
1526
|
<button
|
|
1527
|
-
class="pf-
|
|
1527
|
+
class="pf-v6-c-button pf-m-link pf-m-inline pf-m-display-lg"
|
|
1528
1528
|
type="button"
|
|
1529
1529
|
>
|
|
1530
1530
|
Call to action
|
|
1531
|
-
<span class="pf-
|
|
1531
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1532
1532
|
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
1533
1533
|
</span>
|
|
1534
1534
|
</button>
|
|
@@ -1537,37 +1537,37 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1537
1537
|
<strong>disabled</strong>
|
|
1538
1538
|
<br />
|
|
1539
1539
|
<button
|
|
1540
|
-
class="pf-
|
|
1540
|
+
class="pf-v6-c-button pf-m-primary pf-m-display-lg"
|
|
1541
1541
|
type="button"
|
|
1542
1542
|
disabled
|
|
1543
1543
|
>Call to action</button>
|
|
1544
1544
|
|
|
1545
1545
|
<button
|
|
1546
|
-
class="pf-
|
|
1546
|
+
class="pf-v6-c-button pf-m-secondary pf-m-display-lg"
|
|
1547
1547
|
type="button"
|
|
1548
1548
|
disabled
|
|
1549
1549
|
>Call to action</button>
|
|
1550
1550
|
|
|
1551
1551
|
<button
|
|
1552
|
-
class="pf-
|
|
1552
|
+
class="pf-v6-c-button pf-m-tertiary pf-m-display-lg"
|
|
1553
1553
|
type="button"
|
|
1554
1554
|
disabled
|
|
1555
1555
|
>Call to action</button>
|
|
1556
1556
|
|
|
1557
|
-
<button class="pf-
|
|
1557
|
+
<button class="pf-v6-c-button pf-m-link pf-m-display-lg" type="button" disabled>
|
|
1558
1558
|
Call to action
|
|
1559
|
-
<span class="pf-
|
|
1559
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1560
1560
|
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
1561
1561
|
</span>
|
|
1562
1562
|
</button>
|
|
1563
1563
|
|
|
1564
1564
|
<button
|
|
1565
|
-
class="pf-
|
|
1565
|
+
class="pf-v6-c-button pf-m-link pf-m-inline pf-m-display-lg"
|
|
1566
1566
|
type="button"
|
|
1567
1567
|
disabled
|
|
1568
1568
|
>
|
|
1569
1569
|
Call to action
|
|
1570
|
-
<span class="pf-
|
|
1570
|
+
<span class="pf-v6-c-button__icon pf-m-end">
|
|
1571
1571
|
<i class="fas fa-arrow-right" aria-hidden="true"></i>
|
|
1572
1572
|
</span>
|
|
1573
1573
|
</button>
|
|
@@ -1578,62 +1578,62 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1578
1578
|
|
|
1579
1579
|
```html
|
|
1580
1580
|
<button
|
|
1581
|
-
class="pf-
|
|
1581
|
+
class="pf-v6-c-button pf-m-primary pf-m-progress"
|
|
1582
1582
|
type="button"
|
|
1583
1583
|
>Primary loader</button>
|
|
1584
1584
|
|
|
1585
1585
|
<button
|
|
1586
|
-
class="pf-
|
|
1586
|
+
class="pf-v6-c-button pf-m-primary pf-m-in-progress pf-m-progress"
|
|
1587
1587
|
type="button"
|
|
1588
1588
|
>
|
|
1589
|
-
<span class="pf-
|
|
1589
|
+
<span class="pf-v6-c-button__progress">
|
|
1590
1590
|
<svg
|
|
1591
|
-
class="pf-
|
|
1591
|
+
class="pf-v6-c-spinner pf-m-md"
|
|
1592
1592
|
role="progressbar"
|
|
1593
1593
|
viewBox="0 0 100 100"
|
|
1594
1594
|
aria-label="Loading..."
|
|
1595
1595
|
>
|
|
1596
|
-
<circle class="pf-
|
|
1596
|
+
<circle class="pf-v6-c-spinner__path" cx="50" cy="50" r="45" fill="none" />
|
|
1597
1597
|
</svg>
|
|
1598
1598
|
</span>
|
|
1599
1599
|
Primary loading
|
|
1600
1600
|
</button>
|
|
1601
1601
|
<br />
|
|
1602
1602
|
<button
|
|
1603
|
-
class="pf-
|
|
1603
|
+
class="pf-v6-c-button pf-m-secondary pf-m-progress"
|
|
1604
1604
|
type="button"
|
|
1605
1605
|
>Secondary loader</button>
|
|
1606
1606
|
|
|
1607
1607
|
<button
|
|
1608
|
-
class="pf-
|
|
1608
|
+
class="pf-v6-c-button pf-m-secondary pf-m-in-progress pf-m-progress"
|
|
1609
1609
|
type="button"
|
|
1610
1610
|
>
|
|
1611
|
-
<span class="pf-
|
|
1611
|
+
<span class="pf-v6-c-button__progress">
|
|
1612
1612
|
<svg
|
|
1613
|
-
class="pf-
|
|
1613
|
+
class="pf-v6-c-spinner pf-m-md"
|
|
1614
1614
|
role="progressbar"
|
|
1615
1615
|
viewBox="0 0 100 100"
|
|
1616
1616
|
aria-label="Loading..."
|
|
1617
1617
|
>
|
|
1618
|
-
<circle class="pf-
|
|
1618
|
+
<circle class="pf-v6-c-spinner__path" cx="50" cy="50" r="45" fill="none" />
|
|
1619
1619
|
</svg>
|
|
1620
1620
|
</span>
|
|
1621
1621
|
Secondary loading
|
|
1622
1622
|
</button>
|
|
1623
1623
|
<br />
|
|
1624
|
-
<button class="pf-
|
|
1624
|
+
<button class="pf-v6-c-button pf-m-plain" type="button" aria-label="Upload">
|
|
1625
1625
|
<i class="fas fa-upload" aria-hidden="true"></i>
|
|
1626
1626
|
</button>
|
|
1627
1627
|
|
|
1628
|
-
<button class="pf-
|
|
1629
|
-
<span class="pf-
|
|
1628
|
+
<button class="pf-v6-c-button pf-m-plain pf-m-in-progress" type="button">
|
|
1629
|
+
<span class="pf-v6-c-button__progress">
|
|
1630
1630
|
<svg
|
|
1631
|
-
class="pf-
|
|
1631
|
+
class="pf-v6-c-spinner pf-m-md"
|
|
1632
1632
|
role="progressbar"
|
|
1633
1633
|
viewBox="0 0 100 100"
|
|
1634
1634
|
aria-label="Uploading..."
|
|
1635
1635
|
>
|
|
1636
|
-
<circle class="pf-
|
|
1636
|
+
<circle class="pf-v6-c-spinner__path" cx="50" cy="50" r="45" fill="none" />
|
|
1637
1637
|
</svg>
|
|
1638
1638
|
</span>
|
|
1639
1639
|
|
|
@@ -1641,22 +1641,22 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1641
1641
|
</button>
|
|
1642
1642
|
<br />
|
|
1643
1643
|
<button
|
|
1644
|
-
class="pf-
|
|
1644
|
+
class="pf-v6-c-button pf-m-link pf-m-progress pf-m-inline"
|
|
1645
1645
|
type="button"
|
|
1646
1646
|
>Inline loader</button>
|
|
1647
1647
|
|
|
1648
1648
|
<button
|
|
1649
|
-
class="pf-
|
|
1649
|
+
class="pf-v6-c-button pf-m-link pf-m-in-progress pf-m-progress pf-m-inline"
|
|
1650
1650
|
type="button"
|
|
1651
1651
|
>
|
|
1652
|
-
<span class="pf-
|
|
1652
|
+
<span class="pf-v6-c-button__progress">
|
|
1653
1653
|
<svg
|
|
1654
|
-
class="pf-
|
|
1654
|
+
class="pf-v6-c-spinner pf-m-inline"
|
|
1655
1655
|
role="progressbar"
|
|
1656
1656
|
viewBox="0 0 100 100"
|
|
1657
1657
|
aria-label="Loading..."
|
|
1658
1658
|
>
|
|
1659
|
-
<circle class="pf-
|
|
1659
|
+
<circle class="pf-v6-c-spinner__path" cx="50" cy="50" r="45" fill="none" />
|
|
1660
1660
|
</svg>
|
|
1661
1661
|
</span>
|
|
1662
1662
|
Inline loading
|
|
@@ -1668,92 +1668,92 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1668
1668
|
|
|
1669
1669
|
```html isBeta
|
|
1670
1670
|
<button
|
|
1671
|
-
class="pf-
|
|
1671
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1672
1672
|
type="button"
|
|
1673
1673
|
aria-label="View 7 issues"
|
|
1674
1674
|
>
|
|
1675
1675
|
View issues
|
|
1676
|
-
<span class="pf-
|
|
1677
|
-
<span class="pf-
|
|
1676
|
+
<span class="pf-v6-c-button__count">
|
|
1677
|
+
<span class="pf-v6-c-badge pf-m-unread">7</span>
|
|
1678
1678
|
</span>
|
|
1679
1679
|
</button>
|
|
1680
1680
|
<button
|
|
1681
|
-
class="pf-
|
|
1681
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1682
1682
|
type="button"
|
|
1683
1683
|
aria-label="View 7 issues"
|
|
1684
1684
|
>
|
|
1685
1685
|
View issues
|
|
1686
|
-
<span class="pf-
|
|
1687
|
-
<span class="pf-
|
|
1686
|
+
<span class="pf-v6-c-button__count">
|
|
1687
|
+
<span class="pf-v6-c-badge pf-m-read">7</span>
|
|
1688
1688
|
</span>
|
|
1689
1689
|
</button>
|
|
1690
1690
|
|
|
1691
1691
|
<button
|
|
1692
|
-
class="pf-
|
|
1692
|
+
class="pf-v6-c-button pf-m-link"
|
|
1693
1693
|
type="button"
|
|
1694
1694
|
aria-label="View 7 issues"
|
|
1695
1695
|
>
|
|
1696
1696
|
View issues
|
|
1697
|
-
<span class="pf-
|
|
1698
|
-
<span class="pf-
|
|
1697
|
+
<span class="pf-v6-c-button__count">
|
|
1698
|
+
<span class="pf-v6-c-badge pf-m-unread">7</span>
|
|
1699
1699
|
</span>
|
|
1700
1700
|
</button>
|
|
1701
1701
|
<button
|
|
1702
|
-
class="pf-
|
|
1702
|
+
class="pf-v6-c-button pf-m-link"
|
|
1703
1703
|
type="button"
|
|
1704
1704
|
aria-label="View 7 issues"
|
|
1705
1705
|
>
|
|
1706
1706
|
View issues
|
|
1707
|
-
<span class="pf-
|
|
1708
|
-
<span class="pf-
|
|
1707
|
+
<span class="pf-v6-c-button__count">
|
|
1708
|
+
<span class="pf-v6-c-badge pf-m-read">7</span>
|
|
1709
1709
|
</span>
|
|
1710
1710
|
</button>
|
|
1711
1711
|
<br />
|
|
1712
1712
|
<strong>disabled</strong>
|
|
1713
1713
|
<br />
|
|
1714
1714
|
<button
|
|
1715
|
-
class="pf-
|
|
1715
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1716
1716
|
type="button"
|
|
1717
1717
|
disabled
|
|
1718
1718
|
aria-label="View 7 issues"
|
|
1719
1719
|
>
|
|
1720
1720
|
View issues
|
|
1721
|
-
<span class="pf-
|
|
1722
|
-
<span class="pf-
|
|
1721
|
+
<span class="pf-v6-c-button__count">
|
|
1722
|
+
<span class="pf-v6-c-badge pf-m-unread">7</span>
|
|
1723
1723
|
</span>
|
|
1724
1724
|
</button>
|
|
1725
1725
|
<button
|
|
1726
|
-
class="pf-
|
|
1726
|
+
class="pf-v6-c-button pf-m-primary"
|
|
1727
1727
|
type="button"
|
|
1728
1728
|
disabled
|
|
1729
1729
|
aria-label="View 7 issues"
|
|
1730
1730
|
>
|
|
1731
1731
|
View issues
|
|
1732
|
-
<span class="pf-
|
|
1733
|
-
<span class="pf-
|
|
1732
|
+
<span class="pf-v6-c-button__count">
|
|
1733
|
+
<span class="pf-v6-c-badge pf-m-read">7</span>
|
|
1734
1734
|
</span>
|
|
1735
1735
|
</button>
|
|
1736
1736
|
|
|
1737
1737
|
<button
|
|
1738
|
-
class="pf-
|
|
1738
|
+
class="pf-v6-c-button pf-m-link"
|
|
1739
1739
|
type="button"
|
|
1740
1740
|
disabled
|
|
1741
1741
|
aria-label="View 7 issues"
|
|
1742
1742
|
>
|
|
1743
1743
|
View issues
|
|
1744
|
-
<span class="pf-
|
|
1745
|
-
<span class="pf-
|
|
1744
|
+
<span class="pf-v6-c-button__count">
|
|
1745
|
+
<span class="pf-v6-c-badge pf-m-unread">7</span>
|
|
1746
1746
|
</span>
|
|
1747
1747
|
</button>
|
|
1748
1748
|
<button
|
|
1749
|
-
class="pf-
|
|
1749
|
+
class="pf-v6-c-button pf-m-link"
|
|
1750
1750
|
type="button"
|
|
1751
1751
|
disabled
|
|
1752
1752
|
aria-label="View 7 issues"
|
|
1753
1753
|
>
|
|
1754
1754
|
View issues
|
|
1755
|
-
<span class="pf-
|
|
1756
|
-
<span class="pf-
|
|
1755
|
+
<span class="pf-v6-c-button__count">
|
|
1756
|
+
<span class="pf-v6-c-badge pf-m-read">7</span>
|
|
1757
1757
|
</span>
|
|
1758
1758
|
</button>
|
|
1759
1759
|
|
|
@@ -1764,7 +1764,7 @@ Sed hendrerit nisi in cursus maximus. Ut malesuada nisi turpis, in condimentum v
|
|
|
1764
1764
|
```html
|
|
1765
1765
|
For when a plain/icon button is placed inline with text
|
|
1766
1766
|
<button
|
|
1767
|
-
class="pf-
|
|
1767
|
+
class="pf-v6-c-button pf-m-plain pf-m-no-padding"
|
|
1768
1768
|
type="button"
|
|
1769
1769
|
aria-label="More info"
|
|
1770
1770
|
>
|
|
@@ -1779,17 +1779,17 @@ For when a plain/icon button is placed inline with text
|
|
|
1779
1779
|
```html
|
|
1780
1780
|
<strong>Read</strong>
|
|
1781
1781
|
<br />
|
|
1782
|
-
<button class="pf-
|
|
1782
|
+
<button class="pf-v6-c-button pf-m-stateful pf-m-read" type="button">
|
|
1783
1783
|
<i class="fas fa-bell" aria-hidden="true"></i> 10
|
|
1784
|
-
<span class="pf-
|
|
1784
|
+
<span class="pf-v6-screen-reader">items</span>
|
|
1785
1785
|
</button>
|
|
1786
1786
|
|
|
1787
1787
|
<button
|
|
1788
|
-
class="pf-
|
|
1788
|
+
class="pf-v6-c-button pf-m-stateful pf-m-read pf-m-clicked"
|
|
1789
1789
|
type="button"
|
|
1790
1790
|
>
|
|
1791
1791
|
<i class="fas fa-bell" aria-hidden="true"></i> 10
|
|
1792
|
-
<span class="pf-
|
|
1792
|
+
<span class="pf-v6-screen-reader">items</span>
|
|
1793
1793
|
</button>
|
|
1794
1794
|
|
|
1795
1795
|
<br />
|
|
@@ -1797,17 +1797,17 @@ For when a plain/icon button is placed inline with text
|
|
|
1797
1797
|
|
|
1798
1798
|
<strong>Unread</strong>
|
|
1799
1799
|
<br />
|
|
1800
|
-
<button class="pf-
|
|
1800
|
+
<button class="pf-v6-c-button pf-m-stateful pf-m-unread" type="button">
|
|
1801
1801
|
<i class="fas fa-bell" aria-hidden="true"></i> 10
|
|
1802
|
-
<span class="pf-
|
|
1802
|
+
<span class="pf-v6-screen-reader">unread items</span>
|
|
1803
1803
|
</button>
|
|
1804
1804
|
|
|
1805
1805
|
<button
|
|
1806
|
-
class="pf-
|
|
1806
|
+
class="pf-v6-c-button pf-m-stateful pf-m-unread pf-m-clicked"
|
|
1807
1807
|
type="button"
|
|
1808
1808
|
>
|
|
1809
1809
|
<i class="fas fa-bell" aria-hidden="true"></i> 10
|
|
1810
|
-
<span class="pf-
|
|
1810
|
+
<span class="pf-v6-screen-reader">unread items</span>
|
|
1811
1811
|
</button>
|
|
1812
1812
|
|
|
1813
1813
|
<br />
|
|
@@ -1815,17 +1815,17 @@ For when a plain/icon button is placed inline with text
|
|
|
1815
1815
|
|
|
1816
1816
|
<strong>Attention</strong>
|
|
1817
1817
|
<br />
|
|
1818
|
-
<button class="pf-
|
|
1818
|
+
<button class="pf-v6-c-button pf-m-stateful pf-m-attention" type="button">
|
|
1819
1819
|
<i class="fas fa-bell" aria-hidden="true"></i> 10
|
|
1820
|
-
<span class="pf-
|
|
1820
|
+
<span class="pf-v6-screen-reader">unread items, needs attention</span>
|
|
1821
1821
|
</button>
|
|
1822
1822
|
|
|
1823
1823
|
<button
|
|
1824
|
-
class="pf-
|
|
1824
|
+
class="pf-v6-c-button pf-m-stateful pf-m-attention pf-m-clicked"
|
|
1825
1825
|
type="button"
|
|
1826
1826
|
>
|
|
1827
1827
|
<i class="fas fa-bell" aria-hidden="true"></i> 10
|
|
1828
|
-
<span class="pf-
|
|
1828
|
+
<span class="pf-v6-screen-reader">unread items, needs attention</span>
|
|
1829
1829
|
</button>
|
|
1830
1830
|
|
|
1831
1831
|
```
|