forked from didi/mand-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.json
226 lines (226 loc) · 4.16 KB
/
components.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
[{
"category": "basic",
"name": "Basic",
"text": "基础",
"list": [{
"name": "ActionBar",
"path": "/action-bar",
"icon": "action-bar",
"text": "操作栏"
}, {
"name": "ActivityIndicator",
"path": "/activity-indicator",
"icon": "activity-indicator",
"text": "活动指示器"
}, {
"path": "/button",
"name": "Button",
"icon": "button",
"text": "按钮"
}, {
"name": "DropMenu",
"path": "/drop-menu",
"icon": "drop-menu",
"text": "下拉菜单"
}, {
"path": "/icon",
"name": "Icon",
"icon": "icon",
"text": "图标"
}, {
"name": "ImageReader",
"path": "/image-reader",
"icon": "image-reader",
"text": "图片选择器"
}, {
"name": "ImageViewer",
"path": "/image-viewer",
"icon": "image-viewer",
"text": "图片浏览器"
}, {
"name": "NoticeBar",
"path": "/notice-bar",
"icon": "notice-bar",
"text": "通知栏"
}, {
"name": "Stepper",
"path": "/stepper",
"icon": "stepper",
"text": "步进器"
}, {
"name": "Steps",
"path": "/steps",
"icon": "steps",
"text": "步骤条"
}, {
"name": "Swiper",
"path": "/swiper",
"icon": "swiper",
"text": "轮播"
}, {
"name": "TabBar",
"path": "/tab-bar",
"icon": "tab-bar",
"text": "标签栏"
}, {
"name": "Tabs",
"path": "/tabs",
"icon": "tabs",
"text": "标签页"
}, {
"name": "Tag",
"path": "/tag",
"icon": "tag",
"text": "标签"
}]
}, {
"category": "business",
"name": "Business",
"text": "业务相关",
"list": [{
"name": "Amount",
"path": "/amount",
"icon": "amount",
"text": "金融数字"
}, {
"name": "Captcha",
"path": "/captcha",
"icon": "captcha",
"text": "验证码窗口"
}, {
"name": "Cashier",
"path": "/cashier",
"icon": "cashier",
"text": "收银台"
}, {
"name": "Chart",
"path": "/chart",
"icon": "chart",
"text": "折线图表"
}, {
"name": "Landscape",
"path": "/landscape",
"icon": "landscape",
"text": "压屏窗"
}, {
"name": "ResultPage",
"path": "/result-page",
"icon": "result-page",
"text": "结果页"
}]
}, {
"category": "feedback",
"name": "Feedback",
"text": "操作反馈",
"list": [{
"name": "ActionSheet",
"path": "/action-sheet",
"icon": "action-sheet",
"text": "动作面板"
}, {
"name": "DatePicker",
"path": "/date-picker",
"icon": "date-picker",
"text": "日期选择器"
}, {
"name": "Dialog",
"path": "/dialog",
"icon": "dialog",
"text": "模态窗"
}, {
"name": "Picker",
"path": "/picker",
"icon": "picker",
"text": "选择器"
}, {
"name": "Popup",
"path": "/popup",
"icon": "popup",
"text": "弹出层"
}, {
"name": "Selector",
"path": "/selector",
"icon": "selector",
"text": "列表选择器"
}, {
"name": "TabPicker",
"path": "/tab-picker",
"icon": "tab-picker",
"text": "多频道选择器"
}, {
"name": "Tip",
"path": "/tip",
"icon": "tip",
"text": "气泡提示"
}, {
"name": "Toast",
"path": "/toast",
"icon": "toast",
"text": "轻提示"
}]
}, {
"category": "form",
"name": "Form",
"text": "表单相关",
"list": [{
"name": "Agree",
"path": "/agree",
"icon": "agree",
"text": "勾选按钮"
}, {
"name":"CheckGroup",
"path":"/check-group",
"icon":"check-group",
"text":"选择项组"
},{
"name":"CheckBox",
"path":"/check-box",
"icon":"check-box",
"text":"复选框"
},{
"name":"CheckList",
"path":"/check-list",
"icon":"check-list",
"text":"多选列表"
},{
"name": "Codebox",
"path": "/codebox",
"icon": "codebox",
"text": "字符码输入框"
}, {
"name": "Field",
"path": "/field",
"icon": "field",
"text": "区域列表组合"
}, {
"name": "InputItem",
"path": "/input-item",
"icon": "input-item",
"text": "输入框"
}, {
"name": "NumberKeyboard",
"path": "/number-keyboard",
"icon": "number-keyboard",
"text": "数字键盘"
}, {
"name": "Radio",
"path": "/radio",
"icon": "radio",
"text": "单选框"
}, {
"name": "Switch",
"path": "/switch",
"icon": "switch",
"text": "开关"
}]
}, {
"category": "gesture",
"name": "Gesture",
"text": "手势",
"list": [{
"name": "ScrollView",
"path": "/scroll-view",
"icon": "scroll-view",
"text": "滚动区域/下拉刷新"
}]
}]