| # Demo Apps for Material Components |
| |
| The following demo apps can be found in this directory: |
| |
| - [Pesto](Pesto/) - a simple recipe app, incorporating a flexible header, floating action button, and collections |
| - [Shrine](Shrine/) - a demo shopping app, incorporating a flexible header, custom typography, and collections |
| - [Bare](Bare/) - a skeleton example app used to measure the size of Material Components for iOS |
| |
| ## Trying out Material Components |
| |
| Our [catalog](../catalog/) showcases Material Components. |
| You can use the `pod try` command from anywhere on your machine to try the components, even if you haven't checked out the repo yet: |
| |
| ```bash |
| pod try MaterialComponents |
| ``` |
| |
| In case you have already checked out the repo, run the following command: |
| |
| ```bash |
| pod install --project-directory=catalog/ |
| ``` |
| |
| - - - |
| |
| ## Useful Links |
| |
| - [How To Use MDC-iOS](../docs/) |
| - [All Components](../components/) |
| - [Contributing](../contributing/) |
| - [MDC-iOS on Stack Overflow](https://www.stackoverflow.com/questions/tagged/material-components+ios) (external site) |
| - [Material.io](https://material.io) (external site) |
| - [Material Design Guidelines](https://material.io/guidelines) (external site) |
| |