Process List Item (process_list_item)

Internal: Meant to be used by 'Process List' pattern.

ID Label Description Schema
header Header Process list item header.
body Body Body content.
            id: process_list_item
label: 'Process List Item'
description: "Internal: Meant to be used by 'Process List' pattern."
group: List
slots:
    header:
        id: header
        label: Header
        description: 'Process list item header.'
    body:
        id: body
        label: Body
        description: 'Body content.'
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': process_list_item

          
  • <li class="usa-process-list__item"> <h4 class="usa-process-list__heading"></h4> </li>