Skip to content

Commit c4f898d

Browse files
[docs] Improve Toolpad templates section (#44914)
1 parent 820a76c commit c4f898d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/data/material/getting-started/templates/templates.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ title: New Free React Templates
1414
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.
1515
You can download each one directly from the source code or via CodeSandbox or StackBlitz.
1616

17+
:::info
18+
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.
19+
:::
20+
1721
All templates feature a custom theme and a default Material Design 2 theme, with light and dark modes for both.
1822
You can toggle through each of these style options in the top right corner of the live previews.
1923

2024
Sections of each layout are defined either by comments or use of separate files, so you can extract parts of a page (such as a hero unit or a footer) for reuse in other pages.
2125
These templates can be combined with one of the [example projects](/material-ui/getting-started/example-projects/) to form a complete starter app.
2226

2327
:::info
24-
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.
25-
:::
26-
2728
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.
29+
:::
2830

2931
{{"component": "modules/components/MaterialFreeTemplatesCollection.js"}}
3032

@@ -44,13 +46,13 @@ You can find complete templates and themes like those shown below in the <a href
4446

4547
## Toolpad Core (beta)
4648

47-
If you're looking to build internal tools and dashboards fast, but don't want to start building from scratch, you can find examples of functional dashboardswith authentication, routing, and theming already integratedin the [featured examples](http://mui.com/toolpad/core/introduction/examples/#featured-examples) section of the Toolpad Core docs.
49+
If you're looking to build internal tools and dashboards fast, but don't want to start building from scratch, you can find examples of functional dashboardswith authentication, routing, and theming already integratedin the [featured examples section](https://mui.com/toolpad/core/introduction/examples/#featured-examples) of the Toolpad Core docs.
4850

4951
<a href="https://mui.com/toolpad/core/introduction/examples/#featured-examples">
5052
<span class="only-light-mode">
51-
<img src="/static/images/toolpad-core-template-light.png" alt="The Toolpad Core template comes with authentication, navigation and theming integrated" width="2280" height="1200" style="display: block;" />
53+
<img src="/static/images/toolpad-core-template-light.png" loading="lazy" alt="The Toolpad Core template comes with authentication, navigation and theming integrated" width="2400" height="1362" style="display: block;" />
5254
</span>
5355
<span class="only-dark-mode">
54-
<img src="/static/images/toolpad-core-template-dark.png" alt="The Toolpad Core template comes with authentication, navigation and theming integrated" width="2280" height="1200" style="display: block;"/>
56+
<img src="/static/images/toolpad-core-template-dark.png" loading="lazy" alt="The Toolpad Core template comes with authentication, navigation and theming integrated" width="2400" height="1362" style="display: block;"/>
5557
</span>
5658
</a>
Loading
Loading

0 commit comments

Comments
 (0)