diff --git a/docs/data/material/getting-started/templates/templates.md b/docs/data/material/getting-started/templates/templates.md index 434429c91882d8..1fb26974303228 100644 --- a/docs/data/material/getting-started/templates/templates.md +++ b/docs/data/material/getting-started/templates/templates.md @@ -14,6 +14,10 @@ title: New Free React Templates Our curated collection of free Material UI templates includes a dashboard, a marketing page, a checkout flow, sign-in and sign-up pages, and a blog. You can download each one directly from the source code or via CodeSandbox or StackBlitz. +:::info +If you're looking to build internal tools and dashboards quickly, head to [Toolpad Core examples](https://mui.com/toolpad/core/introduction/examples/#featured-examples) for functional apps with authentication, routing and theming already integrated. +::: + All templates feature a custom theme and a default Material Design 2 theme, with light and dark modes for both. You can toggle through each of these style options in the top right corner of the live previews. @@ -21,10 +25,8 @@ Sections of each layout are defined either by comments or use of separate files, These templates can be combined with one of the [example projects](/material-ui/getting-started/example-projects/) to form a complete starter app. :::info -If you're looking to build internal tools and dashboards quickly, head to [Toolpad Core examples](http://mui.com/toolpad/core/introduction/examples/#featured-examples) for functional apps with authentication, routing and theming already integrated. -::: - If you see any room for improvement, please feel free to open an [issue](https://github.com/mui/material-ui/issues/new/choose) or a [pull request](https://github.com/mui/material-ui/pulls) on GitHub. +::: {{"component": "modules/components/MaterialFreeTemplatesCollection.js"}} @@ -44,13 +46,13 @@ You can find complete templates and themes like those shown below in the -The Toolpad Core template comes with authentication, navigation and theming integrated +The Toolpad Core template comes with authentication, navigation and theming integrated -The Toolpad Core template comes with authentication, navigation and theming integrated +The Toolpad Core template comes with authentication, navigation and theming integrated diff --git a/docs/public/static/images/toolpad-core-template-dark.png b/docs/public/static/images/toolpad-core-template-dark.png index 31a7292e8e7b0b..956deeb859b97e 100644 Binary files a/docs/public/static/images/toolpad-core-template-dark.png and b/docs/public/static/images/toolpad-core-template-dark.png differ diff --git a/docs/public/static/images/toolpad-core-template-light.png b/docs/public/static/images/toolpad-core-template-light.png index 1e00caac2ee241..29dcf36ea48ad8 100644 Binary files a/docs/public/static/images/toolpad-core-template-light.png and b/docs/public/static/images/toolpad-core-template-light.png differ