Currently we do not have a component that display link list content.

Proposed Approach

Create a new component that will support displaying a list of links:

  • List title
  • List of links

The list of links should leverage a ul wrapper element, and ensure that each link item is wrapped in li elements. When a list title exists it should be leveraged as the aria-labelledby for the list element.

Acceptance criteria

  • A reusable link list component exists in Prototype.
  • Semantically correct list structure.

Comments

jldust created an issue.