Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
114 lines
3.8 KiB
JSON
114 lines
3.8 KiB
JSON
{
|
|
"props": {
|
|
"steps": { "type": { "name": "custom", "description": "integer" }, "required": true },
|
|
"activeStep": { "type": { "name": "custom", "description": "integer" }, "default": "0" },
|
|
"backButton": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"LinearProgressProps": {
|
|
"type": { "name": "object" },
|
|
"deprecated": true,
|
|
"deprecationInfo": "Use <code>slotProps.progress</code> instead. This prop will be removed in a future major release. See <a href=\"/material-ui/migration/migrating-from-deprecated-apis/\">Migrating from deprecated APIs</a> for more details."
|
|
},
|
|
"nextButton": { "type": { "name": "node" } },
|
|
"position": {
|
|
"type": {
|
|
"name": "enum",
|
|
"description": "'bottom'<br>| 'static'<br>| 'top'"
|
|
},
|
|
"default": "'bottom'"
|
|
},
|
|
"slotProps": {
|
|
"type": {
|
|
"name": "shape",
|
|
"description": "{ dot?: func<br>| object, dots?: func<br>| object, progress?: func<br>| object, root?: func<br>| object }"
|
|
},
|
|
"default": "{}"
|
|
},
|
|
"slots": {
|
|
"type": {
|
|
"name": "shape",
|
|
"description": "{ dot?: elementType, dots?: elementType, progress?: elementType, root?: elementType }"
|
|
},
|
|
"default": "{}"
|
|
},
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
},
|
|
"variant": {
|
|
"type": {
|
|
"name": "enum",
|
|
"description": "'dots'<br>| 'progress'<br>| 'text'"
|
|
},
|
|
"default": "'dots'"
|
|
}
|
|
},
|
|
"name": "MobileStepper",
|
|
"imports": [
|
|
"import MobileStepper from '@mui/material/MobileStepper';",
|
|
"import { MobileStepper } from '@mui/material';"
|
|
],
|
|
"slots": [
|
|
{
|
|
"name": "root",
|
|
"description": "The component that renders the root slot.",
|
|
"default": "Paper",
|
|
"class": "MuiMobileStepper-root"
|
|
},
|
|
{
|
|
"name": "progress",
|
|
"description": "The component that renders the progress slot.",
|
|
"default": "LinearProgress",
|
|
"class": "MuiMobileStepper-progress"
|
|
},
|
|
{
|
|
"name": "dots",
|
|
"description": "The component that renders the dots slot.",
|
|
"default": "'div'",
|
|
"class": "MuiMobileStepper-dots"
|
|
},
|
|
{
|
|
"name": "dot",
|
|
"description": "The component that renders the dot slot.",
|
|
"default": "'div'",
|
|
"class": "MuiMobileStepper-dot"
|
|
}
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "dotActive",
|
|
"className": "MuiMobileStepper-dotActive",
|
|
"description": "Styles applied to a dot if `variant=\"dots\"` and this is the active step.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionBottom",
|
|
"className": "MuiMobileStepper-positionBottom",
|
|
"description": "Styles applied to the root element if `position=\"bottom\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionStatic",
|
|
"className": "MuiMobileStepper-positionStatic",
|
|
"description": "Styles applied to the root element if `position=\"static\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionTop",
|
|
"className": "MuiMobileStepper-positionTop",
|
|
"description": "Styles applied to the root element if `position=\"top\"`.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiMobileStepper",
|
|
"filename": "/packages/mui-material/src/MobileStepper/MobileStepper.js",
|
|
"inheritance": { "component": "Paper", "pathname": "/material-ui/api/paper/" },
|
|
"demos": "<ul><li><a href=\"/material-ui/react-stepper/\">Stepper</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|