tree: 9701926bc447db6b9b874f85bb9c74c78e272a87 [path history] [tgz]
  1. Bare/
  2. Codelabs/
  3. Pesto/
  4. Shrine/
  5. supplemental/
  6. ZShadow/
  7. README.md
demos/README.md

Demo Apps for Material Components

The following demo apps can be found in this directory:

  • Pesto - a simple recipe app, incorporating a flexible header, floating action button, and collections
  • Shrine - a demo shopping app, incorporating a flexible header, custom typography, and collections
  • Bare - a skeleton example app used to measure the size of Material Components for iOS

Trying out Material Components

Our 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:

pod try MaterialComponents

In case you have already checked out the repo, run the following command:

pod install --project-directory=catalog/

Useful Links