"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 (
Navigation Link (Figma 21861:21428) and List (21863:45631 / 45493 / 4405) with ListEntry (21844:4118). Use Tab and hover to review states.
Light surface
Dark surface
Utility / Divider (450:1941). List rows use the Content line; Menu is slightly higher-contrast.
Content
Menu
List frame: S (21863:45631), M (21863:45493), L (21844:4405). Row: ListEntry (21844:4118).