You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/data/material/getting-started/templates/templates.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,19 @@ title: New Free React Templates
14
14
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.
15
15
You can download each one directly from the source code or via CodeSandbox or StackBlitz.
16
16
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
+
17
21
All templates feature a custom theme and a default Material Design 2 theme, with light and dark modes for both.
18
22
You can toggle through each of these style options in the top right corner of the live previews.
19
23
20
24
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.
21
25
These templates can be combined with one of the [example projects](/material-ui/getting-started/example-projects/) to form a complete starter app.
22
26
23
27
:::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
-
27
28
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.
@@ -44,13 +46,13 @@ You can find complete templates and themes like those shown below in the <a href
44
46
45
47
## Toolpad Core (beta)
46
48
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 dashboards – with authentication, routing, and theming already integrated – in 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 dashboards–with authentication, routing, and theming already integrated–in the [featured examples section](https://mui.com/toolpad/core/introduction/examples/#featured-examples) of the Toolpad Core docs.
<imgsrc="/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
+
<imgsrc="/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;" />
52
54
</span>
53
55
<spanclass="only-dark-mode">
54
-
<imgsrc="/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
+
<imgsrc="/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;"/>
0 commit comments