Collection (collection)

A collection displays a compact list of multiple related items like articles or events. The list links each item to its original source.

đŸ”— External documentation.

ID Label Description Schema
items Items Rendable array of items.
            id: collection
label: Collection
description: 'A collection displays a compact list of multiple related items like articles or events. The list links each item to its original source.'
group: Collection
homepage: 'https://designsystem.digital.gov/components/collection/'
slots:
    items:
        id: items
        label: Items
        description: 'Rendable array of items.'
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': collection
            items:
                -
                    '@component': collection_item
                    header_text: 'Gears of Government President’s Award winners'
                    content: 'Today, the Administration announces the winners of the Gears of Government President’s Award. This program recognizes the contributions of individuals and teams across the federal workforce who make a profound difference in the lives of the American people.'
                    meta_items_list:
                        - 'By Sondra Ainsworth and Constance Lu'
                        - 'September 30, 2020'
                    meta_items_tags:
                        - NEW
                        - PMA
                        - OMB

          
  • Gears of Government President’s Award winners

    Today, the Administration announces the winners of the Gears of Government President’s Award. This program recognizes the contributions of individuals and teams across the federal workforce who make a profound difference in the lives of the American people.
    • By Sondra Ainsworth and Constance Lu
    • September 30, 2020
    • NEW
    • PMA
    • OMB
<ul class="usa-collection"> <li class="usa-collection__item"> <div class="usa-collection__body"> <h4 class="usa-collection__heading">Gears of Government President’s Award winners</h4> <div class="usa-collection__description">Today, the Administration announces the winners of the Gears of Government President’s Award. This program recognizes the contributions of individuals and teams across the federal workforce who make a profound difference in the lives of the American people.</div> <ul class="usa-collection__meta"> <li class="usa-collection__meta-item">By Sondra Ainsworth and Constance Lu</li><li class="usa-collection__meta-item">September 30, 2020</li> </ul> <ul class="usa-collection__meta"> <li class="usa-collection__meta-item usa-tag">NEW</li><li class="usa-collection__meta-item usa-tag">PMA</li><li class="usa-collection__meta-item usa-tag">OMB</li> </ul> </div></li> </ul>