| # Collection Cells |
| |
| **Notice**: This component will be deprecated over the next few months in favor of the |
| [Cards](../Cards) and [List](../List) components. See our |
| [public tracker](https://www.pivotaltracker.com/epic/show/3938766) for more details on timing and |
| the deprecation plan. |
| |
| --- |
| |
| <div class="article__asset article__asset--screenshot"> |
| <img src="docs/assets/collection_cells.png" alt="Collection Cells" width="375"> |
| </div> |
| |
| Collection view cell classes that adhere to Material Design layout and styling. |
| |
| ## Design & API Documentation |
| |
| <ul class="icon-list"> |
| <li class="icon-list-item icon-list-item--spec"><a href="https://material.io/go/design-lists#lists-specs">Material Design guidelines: Collection List Specs</a></li> |
| <li class="icon-list-item icon-list-item--link"><a href="https://github.com/material-components/material-components-ios/blob/develop/components/CollectionCells/src/MDCCollectionViewCell.h">API: MDCCollectionViewCell</a></li> |
| <li class="icon-list-item icon-list-item--link"><a href="https://github.com/material-components/material-components-ios/blob/develop/components/CollectionCells/src/MDCCollectionViewTextCell.h">API: MDCCollectionViewTextCell</a></li> |
| </ul> |
| |
| - - - |
| |
| ## Installation |
| |
| ## Usage |
| |
| Please see the [Collections](../Collections/) component for more information about using Collection |
| Cells. We do not presently support using Collection Cells as a standalone component. |