Collections
Coming soon...
Class Reference
Class | Info |
---|---|
collection | Primary container. Should be added to a div . |
collection--gallery | Denotes a "gallery" collection. |
collection--glossary | Denotes a "glossary" collection. |
collection-item--details | Denotes a single collection item's details page. Should be added to a div . |
collection__nav | Denotes collection navigation. Used with "glossary" collection. Should be added to a div . |
collection__items | Denotes a group of collection items. Should be added to a ul . |
collection__return | Denotes a "return to list" link on an item details page. Should be added to a div . |
collection-item | Denotes a single collection item. Should be added to a li (collection item list) or div (collection item details page). |
collection-item--has-image | Indicates that the collection item contains an image. |
collection-item--has-icon | Indicates that the collection item contains a FontAwesome icon. |
collection-item__content | Denotes the container for all of a single collection item's content. Should be added to a div . |
collection-item-image | Denotes a collection item's image; extends the image content type. Should be added to a div . |
collection-item-icon | Denotes a collection item's FontAwesome icon. Should be added to a div . |
collection-item-label | Denotes a collection item's label. Should be added to a div . |
collection-item-description | Denotes a collection item's description. Should be added to a div . |
collection-item-details | Denotes a collection item's details. Should be added to a div . |
collection-item-action | Denotes a collection item's action (e.g., button). Should be added to a div . |