You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/locale/EN.json
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1471,16 +1471,12 @@
1471
1471
"Import": "Import"
1472
1472
},
1473
1473
"ComponentAPI": {
1474
+
"summary": "The API documentation of the &&name React component. Learn more about the props and the CSS customization points.",
1474
1475
"importDifferenceText": "You can learn more about the difference by [reading this guide](https://material-ui.com/guides/minimizing-bundle-size/).",
1475
1476
"customization": "You can override the style of the component thanks to one of these customization points: \n* With a rule name of the [```classes``` object prop](https://material-ui.com/customization/components/#overriding-styles-with-classes). \n* With a [global class name](https://material-ui.com/customization/components/#overriding-styles-with-global-class-names). \n* With a theme and an [```overrides``` property](https://material-ui.com/customization/globals/#css). \n\n\n If that's not sufficient, you can check the implementation of the component for more detail.",
1476
-
"ruleName": "Rule name",
1477
-
"ruleDescription": "Description",
1478
-
"propName": "Name",
1479
-
"propType": "Type",
1480
-
"propDefault": "Default",
1481
-
"propDescription": "Description",
1482
-
"ComponentNameHeader": "Component name",
1483
-
"ref": "The ```ref``` is forwarded to the root element."
1477
+
"componentName": "## Component name \nThe ___&&name___ name can be used for providing [default props](https://material-ui.com/customization/globals/#default-props) or [style overrides](https://material-ui.com/customization/globals/#css) at the theme level.",
1478
+
"refText": "The ```ref``` is forwarded to the root element.",
1479
+
"propsText": "Any other props supplied will be provided to the root element (native element)."
0 commit comments