forked from patternfly/react-component-groups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery-data.json
More file actions
77 lines (77 loc) · 2.39 KB
/
gallery-data.json
File metadata and controls
77 lines (77 loc) · 2.39 KB
1
2
3
4
5
6
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"ansible": {
"summary": "Displays the Ansible project logo, with a support status style."
},
"bulk-select": {
"summary": "Enables users to select data records in batches."
},
"close-button": {
"summary": "Provides a way for users to exit a modal, dialogue, or similar action."
},
"column-management-modal": {
"summary": "A modal that allows users to manage the display of table columns."
},
"error-boundary": {
"summary": "Displays an application error boundary."
},
"error-state": {
"summary": "Displays an error state message to users."
},
"external-link-button": {
"summary": "A button that opens links in an external tab."
},
"field-builder": {
"summary": "Builds dynamic form fields with customizable fields."
},
"list-manager": {
"summary": "Allows users to manage and reorder lists."
},
"log-snippet": {
"summary": "Displays a log snippet or code along with a message."
},
"maintenance": {
"summary": "A maintenance state message."
},
"missing-page": {
"summary": "An error message with a return to homepage button."
},
"multi-content-card": {
"summary": "A single layout that contains multiple cards."
},
"page-header": {
"summary": "A page header with a title, subtitle and other optional content."
},
"responsive-actions": {
"summary": "Displays actions in a responsive layout."
},
"service-card": {
"summary": "A service card with an icon, title, description, and an optional customized footer."
},
"severity": {
"summary": "An icon with an optional label that corresponds to a severity level."
},
"shortcut-grid": {
"summary": "A grid of keyboard shortcuts with their description."
},
"skeleton-table": {
"summary": "Placeholder skeletons to use in a table as its contents load."
},
"stale-data-warning": {
"summary": "A warning status to use when an object is stale and planned for removal."
},
"status": {
"summary": "An icon and text pair that conveys different statuses."
},
"tag-count": {
"summary": "A tag icon with a number that represents a count value."
},
"unauthorized-access": {
"summary": "An error screen with a no access permissions message."
},
"unavailable-content": {
"summary": "A temporarily unavailable message."
},
"warning-modal": {
"summary": "A modal that asks users to confirm or cancel a risky action."
}
}