Skip to content
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 links to mui-treasury #19334

Merged
merged 2 commits into from
Jan 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/src/pages/components/cards/cards.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved

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