forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstep.json
37 lines (37 loc) · 1.98 KB
/
step.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
{
"componentDescription": "",
"propDescriptions": {
"active": "Sets the step as active. Is passed to child components.",
"children": "Should be <code>Step</code> sub-components such as <code>StepLabel</code>, <code>StepContent</code>.",
"classes": "Override or extend the styles applied to the component. See <a href=\"#css\">CSS API</a> below for more details.",
"completed": "Mark the step as completed. Is passed to child components.",
"disabled": "If <code>true</code>, the step is disabled, will also disable the button if <code>StepButton</code> is a child of <code>Step</code>. Is passed to child components.",
"expanded": "Expand the step.",
"index": "The position of the step. The prop defaults to the value inherited from the parent Stepper component.",
"last": "If <code>true</code>, the Step is displayed as rendered last. The prop defaults to the value inherited from the parent Stepper component.",
"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."
},
"classDescriptions": {
"root": { "description": "Styles applied to the root element." },
"horizontal": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"horizontal\"</code>"
},
"vertical": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>orientation=\"vertical\"</code>"
},
"alternativeLabel": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>alternativeLabel={true}</code>"
},
"completed": {
"description": "Pseudo-class applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "<code>completed={true}</code>"
}
}
}