forked from cloudscape-design/demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples-list.json
126 lines (126 loc) · 2.35 KB
/
examples-list.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"path": "cards",
"title": "Card view"
},
{
"path": "delete-one-click",
"title": "One-click delete"
},
{
"path": "delete-with-simple-confirmation",
"title": "Delete with simple confirmation"
},
{
"path": "delete-with-additional-confirmation",
"title": "Delete with additional confirmation"
},
{
"path": "details",
"title": "Details page"
},
{
"path": "details-hub",
"title": "Details page as hub"
},
{
"path": "details-tabs",
"title": "Details page with tabs"
},
{
"path": "edit",
"title": "Edit resource"
},
{
"path": "form",
"title": "Single page create"
},
{
"path": "form-unsaved-changes",
"title": "Communicate unsaved changes"
},
{
"path": "form-validation",
"title": "Form validation"
},
{
"path": "product-detail-page",
"title": "Product detail page"
},
{
"path": "server-side-table",
"title": "Table view (server-side)"
},
{
"path": "server-side-table-property-filter",
"title": "Table property filter (server-side)"
},
{
"path": "table-property-filter",
"title": "Table property filter"
},
{
"path": "table-select-filter",
"title": "Table with select filter"
},
{
"path": "table-date-filter",
"title": "Table view with date range picker filter"
},
{
"path": "table-saved-filters",
"title": "Table view with saved filter sets"
},
{
"path": "table",
"title": "Table view"
},
{
"path": "table-editable",
"title": "Table view with inline editing"
},
{
"path": "table-expandable",
"title": "Table view with expandable rows"
},
{
"path": "manage-tags",
"title": "Manage tags"
},
{
"path": "read-from-s3",
"title": "Read from Amazon S3"
},
{
"path": "write-to-s3",
"title": "Write to Amazon S3"
},
{
"path": "wizard",
"title": "Multipage create"
},
{
"path": "dashboard",
"title": "Service dashboard"
},
{
"path": "configurable-dashboard",
"title": "Configurable dashboard"
},
{
"path": "onboarding",
"title": "Hands-on tutorials"
},
{
"path": "split-panel-multiple",
"title": "Split view"
},
{
"path": "split-panel-comparison",
"title": "Split view with details comparison"
},
{
"path": "non-console",
"title": "Top navigation"
}
]