Activity (activity)

A variation of the columns component with a parent container

🔗 External documentation.

ID Label Description Schema
intro Introduction
entries Entries A list of card components
events Events A list of card components
            id: activity
label: Activity
description: 'A variation of the columns component with a parent container'
homepage: 'https://design-system.w3.org/components/activity.html'
slots:
    intro:
        id: intro
        label: Introduction
    entries:
        id: entries
        label: Entries
        description: 'A list of card components'
    events:
        id: events
        label: Events
        description: 'A list of card components'
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': activity
            intro:
                -
                    '@element': h2
                    '@styles':
                        - txt-earth
                    '@content': 'Recent activities in the Web Payments community'
                -
                    '@element': p
                    '@content': 'The mission of the Web Payments Working Group is to make payments easier and more secure on the Web.'
            entries:
                -
                    '@component': card
                    heading:
                        '@element': a
                        href: path/to/page
                        '@content': 'W3C starts web payments standards work'
                    text:
                        '@element': p
                        '@content': 'New working group launched to make payments easier and more secure.'
                    image:
                        '@element': img
                        src: 'https://design-system.w3.org/dist/assets/images/temp-developers-700.jpg'
                -
                    '@component': card
                    heading:
                        '@element': a
                        href: path/to/page
                        '@content': 'Work begins on extensions to WCAG 2.0'
                    text:
                        '@element': p
                        '@content': 'A new charter for the Working Group was formally approved by W3C.'
                    image:
                        '@element': img
                        src: 'https://design-system.w3.org/dist/assets/images/temp-developers-700.jpg'
            events:
                -
                    '@component': card
                    '@variant': event

          

Recent activities in the Web Payments community

The mission of the Web Payments Working Group is to make payments easier and more secure on the Web.

<div class="component component--activity u-full-width"> <div class="l-center"> <div class="component--columns--images component component--columns"> <div class="component--columns__intro"> <h2 class="txt-earth">Recent activities in the Web Payments community</h2> <p>The mission of the Web Payments Working Group is to make payments easier and more secure on the Web.</p></div> <ul class="clean-list" role="presentation"> <li> <div class="card"> <div class="card__text"> <h3 class="card__heading"> <a href="path/to/page">W3C starts web payments standards work</a></h3> <p>New working group launched to make payments easier and more secure.</p> </div> <div class="l-frame l-frame--3-2 card__image"> <img src="https://design-system.w3.org/dist/assets/images/temp-developers-700.jpg" /></div> </div></li><li> <div class="card"> <div class="card__text"> <h3 class="card__heading"> <a href="path/to/page">Work begins on extensions to WCAG 2.0</a></h3> <p>A new charter for the Working Group was formally approved by W3C.</p> </div> <div class="l-frame l-frame--3-2 card__image"> <img src="https://design-system.w3.org/dist/assets/images/temp-developers-700.jpg" /></div> </div></li> </ul> </div> </div> </div>