Skip to content

Commit 5eca38e

Browse files
committed
add links to mui-treasury
1 parent 0d56ff2 commit 5eca38e

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ 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+
### Inspiration & Example code
29+
- [mui-treasury](https://mui-treasury.com): a collection of ready-to-use components based on Material-UI.
30+
31+
### Layout
32+
- [@mui-treasury/layout](https://mui-treasury.com/layout/tutorials/dashboard-layout): Create instant layout for real-world application. If you want to build dashboard, personal blog or documentation site, have a look at this library.
33+
It provide simple API with responsively configurable to build layout without tears. Take a look at clone examples [Reactjs doc site](https://mui-treasury.com/layout/clones/reactjs?bgColor=b6c0d4), [Messenger chat](https://mui-treasury.com/layout/clones/messenger?bgColor=rgb(0,153,255)&dark=true)
34+
or [E-commerce shopping card](https://mui-treasury.com/layout/clones/shopping-cart?bgColor=EAEEF1)
35+
2836
### Tables
2937

3038
- [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)