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
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"component": { "type": { "name": "elementType" } },
|
|
"slotProps": {
|
|
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
|
|
"default": "{}"
|
|
},
|
|
"slots": {
|
|
"type": { "name": "shape", "description": "{ root?: elementType }" },
|
|
"default": "{}",
|
|
"additionalInfo": { "slotsApi": true }
|
|
},
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
}
|
|
},
|
|
"name": "StepButton",
|
|
"imports": [
|
|
"import StepButton from '@mui/joy/StepButton';",
|
|
"import { StepButton } from '@mui/joy';"
|
|
],
|
|
"slots": [
|
|
{
|
|
"name": "root",
|
|
"description": "The component that renders the root.",
|
|
"default": "'button'",
|
|
"class": "MuiStepButton-root"
|
|
}
|
|
],
|
|
"classes": [],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "JoyStepButton",
|
|
"forwardsRefTo": "HTMLButtonElement",
|
|
"filename": "/packages/mui-joy/src/StepButton/StepButton.tsx",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-stepper/\">Stepper</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|