forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile-stepper.json
52 lines (52 loc) · 2.36 KB
/
mobile-stepper.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
{
"componentDescription": "",
"propDescriptions": {
"activeStep": "Set the active step (zero based index). Defines which dot is highlighted when the variant is 'dots'.",
"backButton": "A back button element. For instance, it can be a <code>Button</code> or an <code>IconButton</code>.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"LinearProgressProps": "Props applied to the <code>LinearProgress</code> element.",
"nextButton": "A next button element. For instance, it can be a <code>Button</code> or an <code>IconButton</code>.",
"position": "Set the positioning type.",
"steps": "The total steps.",
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/basics/#the-sx-prop\">`sx` page</a> for more details.",
"variant": "The variant to use."
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"positionBottom": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"bottom\"</code>"
},
"positionTop": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"top\"</code>"
},
"positionStatic": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>position=\"static\"</code>"
},
"dots": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the dots container",
"conditions": "<code>variant=\"dots\"</code>"
},
"dot": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "each dot",
"conditions": "<code>variant=\"dots\"</code>"
},
"dotActive": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "a dot",
"conditions": "<code>variant=\"dots\"</code> and this is the active step"
},
"progress": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the Linear Progress component",
"conditions": "<code>variant=\"progress\"</code>"
}
}
}