From 8fa48035744f48ca036ac95cea64b489031cd2be Mon Sep 17 00:00:00 2001 From: Kmaschta Date: Fri, 21 Jun 2019 09:33:59 +0200 Subject: [PATCH] Link to the v1 of Material UI --- docs/List.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/List.md b/docs/List.md index db9676a68a9..6978bd9ecc5 100644 --- a/docs/List.md +++ b/docs/List.md @@ -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