97 lines
3.2 KiB
JSON
97 lines
3.2 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"color": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'error'<br>| 'grey'<br>| 'info'<br>| 'inherit'<br>| 'primary'<br>| 'secondary'<br>| 'success'<br>| 'warning'<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'grey'"
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
},
|
||
|
|
"variant": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'filled'<br>| 'outlined'<br>| string"
|
||
|
|
},
|
||
|
|
"default": "'filled'"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "TimelineDot",
|
||
|
|
"imports": [
|
||
|
|
"import TimelineDot from '@mui/lab/TimelineDot';",
|
||
|
|
"import { TimelineDot } from '@mui/lab';"
|
||
|
|
],
|
||
|
|
"classes": [
|
||
|
|
{
|
||
|
|
"key": "filled",
|
||
|
|
"className": "MuiTimelineDot-filled",
|
||
|
|
"description": "Styles applied to the root element if `variant=\"filled\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "filledGrey",
|
||
|
|
"className": "MuiTimelineDot-filledGrey",
|
||
|
|
"description": "Styles applied to the root element if `color=\"grey\"` and `variant=\"filled\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "filledPrimary",
|
||
|
|
"className": "MuiTimelineDot-filledPrimary",
|
||
|
|
"description": "Styles applied to the root element if `color=\"primary\"` and `variant=\"filled\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "filledSecondary",
|
||
|
|
"className": "MuiTimelineDot-filledSecondary",
|
||
|
|
"description": "Styles applied to the root element if `color=\"secondary\"` and `variant=\"filled\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "outlined",
|
||
|
|
"className": "MuiTimelineDot-outlined",
|
||
|
|
"description": "Styles applied to the root element if `variant=\"outlined\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "outlinedGrey",
|
||
|
|
"className": "MuiTimelineDot-outlinedGrey",
|
||
|
|
"description": "Styles applied to the root element if `color=\"grey\"` and `variant=\"outlined\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "outlinedPrimary",
|
||
|
|
"className": "MuiTimelineDot-outlinedPrimary",
|
||
|
|
"description": "Styles applied to the root element if `color=\"primary\"` and `variant=\"outlined\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "outlinedSecondary",
|
||
|
|
"className": "MuiTimelineDot-outlinedSecondary",
|
||
|
|
"description": "Styles applied to the root element if `color=\"secondary\"` and `variant=\"outlined\"`.",
|
||
|
|
"isGlobal": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "root",
|
||
|
|
"className": "MuiTimelineDot-root",
|
||
|
|
"description": "Styles applied to the root element.",
|
||
|
|
"isGlobal": false
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "MuiTimelineDot",
|
||
|
|
"forwardsRefTo": "HTMLSpanElement",
|
||
|
|
"filename": "/packages/mui-lab/src/TimelineDot/TimelineDot.js",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-timeline/\">Timeline</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|