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
96 lines
3.1 KiB
JSON
96 lines
3.1 KiB
JSON
{
|
|
"props": {
|
|
"position": {
|
|
"type": { "name": "enum", "description": "'end'<br>| 'start'" },
|
|
"required": true
|
|
},
|
|
"children": { "type": { "name": "node" } },
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
|
"component": { "type": { "name": "elementType" } },
|
|
"disablePointerEvents": { "type": { "name": "bool" }, "default": "false" },
|
|
"disableTypography": { "type": { "name": "bool" }, "default": "false" },
|
|
"sx": {
|
|
"type": {
|
|
"name": "union",
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
|
},
|
|
"additionalInfo": { "sx": true }
|
|
},
|
|
"variant": {
|
|
"type": {
|
|
"name": "enum",
|
|
"description": "'filled'<br>| 'outlined'<br>| 'standard'"
|
|
}
|
|
}
|
|
},
|
|
"name": "InputAdornment",
|
|
"imports": [
|
|
"import InputAdornment from '@mui/material/InputAdornment';",
|
|
"import { InputAdornment } from '@mui/material';"
|
|
],
|
|
"classes": [
|
|
{
|
|
"key": "disablePointerEvents",
|
|
"className": "MuiInputAdornment-disablePointerEvents",
|
|
"description": "Styles applied to the root element if `disablePointerEvents={true}`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "filled",
|
|
"className": "MuiInputAdornment-filled",
|
|
"description": "Styles applied to the root element if `variant=\"filled\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "hiddenLabel",
|
|
"className": "MuiInputAdornment-hiddenLabel",
|
|
"description": "Styles applied if the adornment is used inside <FormControl hiddenLabel />.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "outlined",
|
|
"className": "MuiInputAdornment-outlined",
|
|
"description": "Styles applied to the root element if `variant=\"outlined\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionEnd",
|
|
"className": "MuiInputAdornment-positionEnd",
|
|
"description": "Styles applied to the root element if `position=\"end\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "positionStart",
|
|
"className": "MuiInputAdornment-positionStart",
|
|
"description": "Styles applied to the root element if `position=\"start\"`.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "root",
|
|
"className": "MuiInputAdornment-root",
|
|
"description": "Styles applied to the root element.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "sizeSmall",
|
|
"className": "MuiInputAdornment-sizeSmall",
|
|
"description": "Styles applied if the adornment is used inside <FormControl size=\"small\" />.",
|
|
"isGlobal": false
|
|
},
|
|
{
|
|
"key": "standard",
|
|
"className": "MuiInputAdornment-standard",
|
|
"description": "Styles applied to the root element if `variant=\"standard\"`.",
|
|
"isGlobal": false
|
|
}
|
|
],
|
|
"spread": true,
|
|
"themeDefaultProps": true,
|
|
"muiName": "MuiInputAdornment",
|
|
"forwardsRefTo": "HTMLDivElement",
|
|
"filename": "/packages/mui-material/src/InputAdornment/InputAdornment.js",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/material-ui/react-text-field/\">Text Field</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|