Skip to content

Commit 28739e3

Browse files
docs(footer): added further variants (#5921)
* docs(footer): added further variants * auto update snapshots (#5923) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb914c6 commit 28739e3

File tree

2 files changed

+107
-2
lines changed

2 files changed

+107
-2
lines changed
8.12 KB
Loading

showcases/shared/footer.json

Lines changed: 107 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"name": "Default",
3+
"name": "Content Width - Full",
44
"examples": [
55
{
66
"name": "Full",
7-
"content": "Default Footer with showCopyright, showMain and showMeta enabled",
7+
"content": "full - Default Footer with showCopyright, showMain and showMeta enabled",
88
"props": {
99
"width": "full",
1010
"showMeta": true,
@@ -13,5 +13,110 @@
1313
}
1414
}
1515
]
16+
},
17+
{
18+
"name": "Content Width - Large (1440px)",
19+
"examples": [
20+
{
21+
"name": "Large",
22+
"content": "large - Default Footer with showCopyright, showMain and showMeta enabled",
23+
"props": {
24+
"width": "large",
25+
"showMeta": true,
26+
"showMain": true,
27+
"showCopyright": true
28+
}
29+
}
30+
]
31+
},
32+
{
33+
"name": "Content Width - Small (1024px)",
34+
"examples": [
35+
{
36+
"name": "Small",
37+
"content": "small - Default Footer with showCopyright, showMain and showMeta enabled",
38+
"props": {
39+
"width": "large",
40+
"showMeta": true,
41+
"showMain": true,
42+
"showCopyright": true
43+
}
44+
}
45+
]
46+
},
47+
{
48+
"name": "Show Copyright",
49+
"examples": [
50+
{
51+
"name": "True",
52+
"content": "",
53+
"props": {
54+
"width": "full",
55+
"showMeta": true,
56+
"showMain": true,
57+
"showCopyright": true
58+
}
59+
},
60+
{
61+
"name": "False",
62+
"content": "",
63+
"props": {
64+
"width": "full",
65+
"showMeta": true,
66+
"showMain": true,
67+
"showCopyright": false
68+
}
69+
}
70+
]
71+
},
72+
{
73+
"name": "Show Main",
74+
"examples": [
75+
{
76+
"name": "True",
77+
"content": "",
78+
"props": {
79+
"width": "full",
80+
"showMeta": true,
81+
"showMain": true,
82+
"showCopyright": true
83+
}
84+
},
85+
{
86+
"name": "False",
87+
"content": "",
88+
"props": {
89+
"width": "full",
90+
"showMeta": true,
91+
"showMain": false,
92+
"showCopyright": true
93+
}
94+
}
95+
]
96+
},
97+
{
98+
"name": "Show Meta",
99+
"examples": [
100+
{
101+
"name": "True",
102+
"content": "",
103+
"props": {
104+
"width": "full",
105+
"showMeta": true,
106+
"showMain": true,
107+
"showCopyright": true
108+
}
109+
},
110+
{
111+
"name": "False",
112+
"content": "",
113+
"props": {
114+
"width": "full",
115+
"showMeta": false,
116+
"showMain": true,
117+
"showCopyright": true
118+
}
119+
}
120+
]
16121
}
17122
]

0 commit comments

Comments
 (0)