diff --git a/docs/src/pages/guides/migration-v0x/migration-v0x.md b/docs/src/pages/guides/migration-v0x/migration-v0x.md index 8127865b3406c6..fee8113d7c9776 100644 --- a/docs/src/pages/guides/migration-v0x/migration-v0x.md +++ b/docs/src/pages/guides/migration-v0x/migration-v0x.md @@ -129,6 +129,22 @@ This will apply a change such as the following: +Sub Heading ``` +### Toggle + +```diff +-import Toggle from 'material-ui/Toggle'; ++import Switch from '@material-ui/core/Switch'; + +- ++ +``` + ### To be continued… Have you successfully migrated your app, and wish to help the community?