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

85 lines
3.2 KiB
JSON

{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"color": {
"type": {
"name": "union",
"description": "'primary'<br>&#124;&nbsp;'secondary'<br>&#124;&nbsp;'success'<br>&#124;&nbsp;'error'<br>&#124;&nbsp;'info'<br>&#124;&nbsp;'warning'<br>&#124;&nbsp;'textPrimary'<br>&#124;&nbsp;'textSecondary'<br>&#124;&nbsp;'textDisabled'<br>&#124;&nbsp;string"
},
"default": "'primary'"
},
"component": { "type": { "name": "custom", "description": "element type" } },
"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 }
},
"TypographyClasses": { "type": { "name": "object" } },
"underline": {
"type": {
"name": "enum",
"description": "'always'<br>&#124;&nbsp;'hover'<br>&#124;&nbsp;'none'"
},
"default": "'always'"
},
"variant": {
"type": {
"name": "union",
"description": "'body1'<br>&#124;&nbsp;'body2'<br>&#124;&nbsp;'button'<br>&#124;&nbsp;'caption'<br>&#124;&nbsp;'h1'<br>&#124;&nbsp;'h2'<br>&#124;&nbsp;'h3'<br>&#124;&nbsp;'h4'<br>&#124;&nbsp;'h5'<br>&#124;&nbsp;'h6'<br>&#124;&nbsp;'inherit'<br>&#124;&nbsp;'overline'<br>&#124;&nbsp;'subtitle1'<br>&#124;&nbsp;'subtitle2'<br>&#124;&nbsp;string"
},
"default": "'inherit'"
}
},
"name": "Link",
"imports": ["import Link from '@mui/material/Link';", "import { Link } from '@mui/material';"],
"classes": [
{
"key": "button",
"className": "MuiLink-button",
"description": "Styles applied to the root element if `component=\"button\"`.",
"isGlobal": false
},
{
"key": "focusVisible",
"className": "Mui-focusVisible",
"description": "State class applied to the root element if the link is keyboard focused.",
"isGlobal": true
},
{
"key": "root",
"className": "MuiLink-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "underlineAlways",
"className": "MuiLink-underlineAlways",
"description": "Styles applied to the root element if `underline=\"always\"`.",
"isGlobal": false
},
{
"key": "underlineHover",
"className": "MuiLink-underlineHover",
"description": "Styles applied to the root element if `underline=\"hover\"`.",
"isGlobal": false
},
{
"key": "underlineNone",
"className": "MuiLink-underlineNone",
"description": "Styles applied to the root element if `underline=\"none\"`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiLink",
"forwardsRefTo": "HTMLAnchorElement",
"filename": "/packages/mui-material/src/Link/Link.js",
"inheritance": { "component": "Typography", "pathname": "/material-ui/api/typography/" },
"demos": "<ul><li><a href=\"/material-ui/react-breadcrumbs/\">Breadcrumbs</a></li>\n<li><a href=\"/material-ui/react-link/\">Links</a></li></ul>",
"cssComponent": false
}