mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This is an automated change generated by running the following command:
find . -name BUILD | xargs buildifier
buildifier can be installed from https://github.com/bazelbuild/buildtools
This change formats all of our BUILD files with the buildifier formatter in preparation for us having a BUILD format linter as part of our presubmits and so that we can cleanly run buildozer commands against the codebase.
Collection Cells
Notice: This component will be deprecated over the next few months in favor of the Cards and List components. See our public tracker for more details on timing and the deprecation plan.
Collection view cell classes that adhere to Material Design layout and styling.
Design & API Documentation
- Material Design guidelines: Collection List Specs
- API: MDCCollectionViewCell
- API: MDCCollectionViewTextCell
Installation
Usage
Please see the Collections component for more information about using Collection Cells. We do not presently support using Collection Cells as a standalone component.
