Files
react-test/docs/pages/material-ui/api/step-connector.json
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

90 lines
2.7 KiB
JSON

{
"props": {
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
},
"additionalInfo": { "sx": true }
}
},
"name": "StepConnector",
"imports": [
"import StepConnector from '@mui/material/StepConnector';",
"import { StepConnector } from '@mui/material';"
],
"classes": [
{
"key": "active",
"className": "Mui-active",
"description": "State class applied to the root element if `active={true}`.",
"isGlobal": true
},
{
"key": "alternativeLabel",
"className": "MuiStepConnector-alternativeLabel",
"description": "Styles applied to the root element if `alternativeLabel={true}`.",
"isGlobal": false
},
{
"key": "completed",
"className": "Mui-completed",
"description": "State class applied to the root element if `completed={true}`.",
"isGlobal": true
},
{
"key": "disabled",
"className": "Mui-disabled",
"description": "State class applied to the root element if `disabled={true}`.",
"isGlobal": true
},
{
"key": "horizontal",
"className": "MuiStepConnector-horizontal",
"description": "Styles applied to the root element if `orientation=\"horizontal\"`.",
"isGlobal": false
},
{
"key": "line",
"className": "MuiStepConnector-line",
"description": "Styles applied to the line element.",
"isGlobal": false
},
{
"key": "lineHorizontal",
"className": "MuiStepConnector-lineHorizontal",
"description": "Styles applied to the line element if `orientation=\"horizontal\"`.",
"isGlobal": false,
"isDeprecated": true
},
{
"key": "lineVertical",
"className": "MuiStepConnector-lineVertical",
"description": "Styles applied to the line element if `orientation=\"vertical\"`.",
"isGlobal": false,
"isDeprecated": true
},
{
"key": "root",
"className": "MuiStepConnector-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "vertical",
"className": "MuiStepConnector-vertical",
"description": "Styles applied to the root element if `orientation=\"vertical\"`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiStepConnector",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-material/src/StepConnector/StepConnector.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-stepper/\">Stepper</a></li></ul>",
"cssComponent": false
}