-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Add Toolpad Core template link #44415
Changes from all commits
a7cde8b
60300ff
7f35451
acb11e4
84fe467
94b22ed
2f7a1e1
885ef1d
7dc4267
62f3aff
6245ac8
a231e38
2f65933
56a0626
50ac8ae
72a85d8
c015dea
050eade
e0e443a
c0dc8bd
dc6ce80
5856a7e
fdd86f9
cd7f3c8
1a4db18
6a2202c
b1c8367
3a1b516
6839785
0ee61aa
80ae9a8
b4bc25d
991de3e
fddfce7
47478bb
56a50fc
ae61db3
951e298
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,10 @@ You can toggle through each of these style options in the top right corner of th | |
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. | ||
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"}} | ||
|
@@ -40,9 +44,13 @@ You can find complete templates and themes like those shown below in the <a href | |
|
||
## Toolpad Core (beta) | ||
|
||
[Toolpad Core](https://mui.com/toolpad/core/introduction/) is a set of components designed for assembling dashboards and internal tools more efficiently. | ||
It builds on top of Material UI to provide sophisticated UI components with full-stack functionality, such as the [Dashboard Layout](https://mui.com/toolpad/core/react-dashboard-layout/) shown below. | ||
|
||
This is a great option if you don't want to start building from scratch but don't need a prebuilt template. | ||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. http, we should use https. Added to mui/toolpad#4543 |
||
|
||
{{"demo": "../../components/app-bar/DashboardLayoutBasic.js", "height": 400, "iframe": true, "defaultExpanded": false, "bg": "inline"}} | ||
<a href="https://mui.com/toolpad/core/introduction/examples/#featured-examples"> | ||
<span class="only-light-mode"> | ||
<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;" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The width and height are wrong. It says |
||
</span> | ||
<span class="only-dark-mode"> | ||
<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;"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have to set this as loading lazy, right now this starves other assets that are in the critical rendering path https://www.webpagetest.org/result/250102_BiDcKD_4G/1/details/#waterfall_view_step1 ![]() |
||
</span> | ||
</a> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -530,6 +530,8 @@ https://v4.material-ui.com/* https://v4.mui.com/:splat 301! | |
/:lang/x/* https://material-ui-x.netlify.app/:lang/x/:splat 200 | ||
|
||
## Toolpad | ||
/toolpad/core/templates/nextjs-dashboard/_next/* https://toolpad-core-nextjs-themed.vercel.app/_next/:splat 200 | ||
/toolpad/core/templates/nextjs-dashboard/* https://toolpad-core-nextjs-themed.vercel.app/:splat 200 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Point 5. added to mui/toolpad#4543, this is currently not hosted under the MUI vercel workspace. |
||
/static/toolpad/* https://mui-toolpad-docs.netlify.app/static/toolpad/:splat 200 | ||
/toolpad/_next/* https://mui-toolpad-docs.netlify.app/_next/:splat 200 | ||
/toolpad/* https://mui-toolpad-docs.netlify.app/toolpad/:splat 200 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 983 KB for an image of this size. This is way too large. For example, the first dark image on the same page is 121 KB. |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Side note, the "low stock" chip inverted light and dark mode colors. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍🏻 Addressed in mui/toolpad@e45cd86 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
http, we should use https. Added to mui/toolpad#4543