Files
react-test/docs/pages/material-ui/api/timeline-item.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

71 lines
2.3 KiB
JSON

{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"position": {
"type": {
"name": "enum",
"description": "'alternate-reverse'<br>&#124;&nbsp;'alternate'<br>&#124;&nbsp;'left'<br>&#124;&nbsp;'right'"
}
},
"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": "TimelineItem",
"imports": [
"import TimelineItem from '@mui/lab/TimelineItem';",
"import { TimelineItem } from '@mui/lab';"
],
"classes": [
{
"key": "missingOppositeContent",
"className": "MuiTimelineItem-missingOppositeContent",
"description": "Styles applied to the root element if TimelineOppositeContent isn't provided.",
"isGlobal": false
},
{
"key": "positionAlternate",
"className": "MuiTimelineItem-positionAlternate",
"description": "Styles applied to the root element if `position=\"alternate\"`.",
"isGlobal": false
},
{
"key": "positionAlternateReverse",
"className": "MuiTimelineItem-positionAlternateReverse",
"description": "Styles applied to the root element if `position=\"alternate-reverse\"`.",
"isGlobal": false
},
{
"key": "positionLeft",
"className": "MuiTimelineItem-positionLeft",
"description": "Styles applied to the root element if `position=\"left\"`.",
"isGlobal": false
},
{
"key": "positionRight",
"className": "MuiTimelineItem-positionRight",
"description": "Styles applied to the root element if `position=\"right\"`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiTimelineItem-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiTimelineItem",
"forwardsRefTo": "HTMLLIElement",
"filename": "/packages/mui-lab/src/TimelineItem/TimelineItem.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>",
"cssComponent": false
}