Skip to content

Commit 721fef3

Browse files
siriwatknpoliviertassinari
authored andcommitted
[docs] Add links to mui-treasury (#19334)
1 parent 114aa2f commit 721fef3

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

docs/src/pages/components/cards/cards.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@ Supplemental actions within the card are explicitly called out using icons, text
4848
Here's an example of a media control card.
4949

5050
{{"demo": "pages/components/cards/MediaControlCard.js", "bg": true}}
51+
52+
## Customization
53+
54+
👑 If you are looking for inspiration, you can check [MUI Treasury's customization examples](https://mui-treasury.com/components/card).
55+

docs/src/pages/components/lists/lists.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ Virtualization helps with performance issues.
9696

9797
The use of [react-window](https://github.com/bvaughn/react-window) when possible is encouraged.
9898
If this library doesn't cover your use case, you should consider using [react-virtualized](https://github.com/bvaughn/react-virtualized), then alternatives like [react-virtuoso](https://github.com/petyosi/react-virtuoso).
99+
100+
## Customization
101+
102+
👑 If you are looking for inspiration, you can check [MUI Treasury's customization examples](https://mui-treasury.com/components/menu-list).

docs/src/pages/components/text-fields/text-fields.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ Below is an example using the [`InputBase`](/api/input-base/) component, inspire
120120

121121
{{"demo": "pages/components/text-fields/CustomizedInputBase.js", "bg": true}}
122122

123+
👑 If you are looking for inspiration, you can check [MUI Treasury's customization examples](https://mui-treasury.com/components/text-field).
124+
123125
## Limitations
124126

125127
### Shrink

docs/src/pages/discover-more/related-projects/related-projects.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You didn't find the design assets your team is looking for? Let us know!
2525

2626
This is a collection of third-party projects that extend Material-UI.
2727

28+
### Layout
29+
30+
- [@mui-treasury/layout](https://mui-treasury.com/layout): Components to handle the overall layout of a page. You can find a couple of examples, e.g. [a reactjs.org clone](https://mui-treasury.com/layout/clones/reactjs).
31+
2832
### Tables
2933

3034
- [material-table](https://github.com/mbrn/material-table): A simple and powerful Datatable for React based on Material-UI Table with some additional features.

0 commit comments

Comments
 (0)