From 246909b317a1c446e8f31040d46c1712b64983cc Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Tue, 21 Jul 2020 10:09:53 +0200 Subject: [PATCH] docs: Add a link to Material UI's doc --- react/MuiCozyTheme/Switch/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react/MuiCozyTheme/Switch/Readme.md b/react/MuiCozyTheme/Switch/Readme.md index 5122f89db1..53617ff945 100644 --- a/react/MuiCozyTheme/Switch/Readme.md +++ b/react/MuiCozyTheme/Switch/Readme.md @@ -1,5 +1,7 @@ Used to present a binary choice to the user. +Uses [Material UI's Switch](https://material-ui.com/components/switches/). + ``` import MuiCozyTheme from '..' import CozyTheme from '../../CozyTheme'