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
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"props": {
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"className": { "type": { "name": "string" } },
|
|
"position": {
|
|
"type": {
|
|
"name": "enum",
|
|
"description": "'alternate-reverse'<br>| 'alternate'<br>| 'left'<br>| 'right'"
|
|
},
|
|
"default": "'right'"
|
|
},
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
}
|
|
},
|
|
"name": "Timeline",
|
|
"imports": ["import Timeline from '@mui/lab/Timeline';", "import { Timeline } from '@mui/lab';"],
|
|
"classes": [
|
|
{
|
|
"key": "positionAlternate",
|
|
"className": "MuiTimeline-positionAlternate",
|
|
"description": "Styles applied to the root element if `position=\"alternate\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionAlternateReverse",
|
|
"className": "MuiTimeline-positionAlternateReverse",
|
|
"description": "Styles applied to the root element if `position=\"alternate-reverse\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionLeft",
|
|
"className": "MuiTimeline-positionLeft",
|
|
"description": "Styles applied to the root element if `position=\"left\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionRight",
|
|
"className": "MuiTimeline-positionRight",
|
|
"description": "Styles applied to the root element if `position=\"right\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiTimeline-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiTimeline",
|
|
"forwardsRefTo": "HTMLUListElement",
|
|
"filename": "/packages/mui-lab/src/Timeline/Timeline.tsx",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|