import List from "../../app/components/layout/List"; const fiveItems = [ { 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: "#", }, ]; export default { title: "Components/Layout/List", component: List, parameters: { layout: "fullscreen", backgrounds: { default: "dark" }, docs: { description: { component: "Figma list frames: S (21863:45631), M (21863:45493), L (21844:4405). Built from ListEntry (21844:4118).", }, }, }, decorators: [ (Story) => (