Skip to content

Commit

Permalink
Merge pull request #3353 from marmelab/fzaninotto-patch-1
Browse files Browse the repository at this point in the history
[RFR] Fix dead link to material-ui doc in List customization
  • Loading branch information
djhi authored Jun 21, 2019
2 parents 52e7e17 + 8fa4803 commit 2104285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/List.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ const Aside = ({ data, ids }) => (
### CSS API
The `List` component accepts the usual `className` prop but you can override many class names injected to the inner components by React-admin thanks to the `classes` property (as most Material UI components, see their [documentation about it](https://material-ui.com/customization/overrides/#overriding-with-classes)). This property accepts the following keys:
The `List` component accepts the usual `className` prop but you can override many class names injected to the inner components by React-admin thanks to the `classes` property (as most Material UI components, see their [documentation about it](https://v1.material-ui.com/customization/overrides/#overriding-with-classes)). This property accepts the following keys:
* `root`: alternative to using `className`. Applied to the root element.
* `header`: applied to the page header
Expand Down

0 comments on commit 2104285

Please sign in to comment.