Skip to content

Commit

Permalink
add links to mui-treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jan 22, 2020
1 parent 0d56ff2 commit 5eca38e
Show file tree
Hide file tree
Showing 4 changed files with 19 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,14 @@ 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.

### Inspiration & Example code
- [mui-treasury](https://mui-treasury.com): a collection of ready-to-use components based on Material-UI.

### Layout
- [@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.
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)
or [E-commerce shopping card](https://mui-treasury.com/layout/clones/shopping-cart?bgColor=EAEEF1)

### 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 5eca38e

Please sign in to comment.