page ExistingComponentsShowcase { layout = "none" state cards = [ { title: "Citizen services", description: "Access applications, certificates and verification services.", icon: "icon-[lucide--layout-grid]", href: "/services" }, { title: "Public safety", description: "Read verified safety information and important advisories.", icon: "icon-[lucide--shield-check]", href: "/safety" } ] state tabs = [ { value: "overview", label: "Overview", title: "Overview", description: "A complete view of the redesigned component system." }, { value: "accessibility", label: "Accessibility", title: "Accessible by default", description: "Keyboard, focus and semantic behavior remain part of every component." } ] view {
{#each cards as item}
{/each}
} }