"use client"; import List from "../../components/layout/List"; import Link from "../../components/navigation/Link"; import Divider from "../../components/utility/Divider"; const listSampleItems = [ { id: "1", title: "Item", description: "Description/text only option here.", href: "#", }, { id: "2", title: "Item", description: "Description/text only option here.", href: "#", }, { id: "3", title: "Item", description: "Description/text only option here.", href: "#", }, { id: "4", title: "Item", description: "Description/text only option here.", href: "#", }, { id: "5", title: "Item", description: "Description/text only option here.", href: "#", }, ] as const; export default function ComponentsPreview() { return (

Component Preview

Navigation Link (Figma 21861:21428) and List (21863:45631 / 45493 / 4405) with ListEntry (21844:4118). Use Tab and hover to review states.

Link

Light surface

Primary / default Primary / paragraph Secondary / default Secondary / paragraph
undefined} > Button (paragraph)

Dark surface

Primary / default Primary / paragraph Secondary / default Secondary / paragraph
undefined} > Button (paragraph)

Divider

Utility / Divider (450:1941). List rows use the Content line; Menu is slightly higher-contrast.

Content

Menu

List

List frame: S (21863:45631), M (21863:45493), L (21844:4405). Row: ListEntry (21844:4118).

Small

Medium

Large

); }