Skip to content

Commit

Permalink
[docs] Add links to mui-treasury (#19334)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored and oliviertassinari committed Jan 22, 2020
1 parent 114aa2f commit 721fef3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/pages/components/cards/cards.md
Expand Up @@ -48,3 +48,8 @@ Supplemental actions within the card are explicitly called out using icons, text
Here's an example of a media control card.

{{"demo": "pages/components/cards/MediaControlCard.js", "bg": true}}

## Customization

👑 If you are looking for inspiration, you can check [MUI Treasury's customization examples](https://mui-treasury.com/components/card).

4 changes: 4 additions & 0 deletions docs/src/pages/components/lists/lists.md
Expand Up @@ -96,3 +96,7 @@ Virtualization helps with performance issues.

The use of [react-window](https://github.com/bvaughn/react-window) when possible is encouraged.
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).

## Customization

👑 If you are looking for inspiration, you can check [MUI Treasury's customization examples](https://mui-treasury.com/components/menu-list).
2 changes: 2 additions & 0 deletions docs/src/pages/components/text-fields/text-fields.md
Expand Up @@ -120,6 +120,8 @@ Below is an example using the [`InputBase`](/api/input-base/) component, inspire

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

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

## Limitations

### Shrink
Expand Down
Expand Up @@ -25,6 +25,10 @@ You didn't find the design assets your team is looking for? Let us know!

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

### Layout

- [@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).

### Tables

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

0 comments on commit 721fef3

Please sign in to comment.