Component · change a prop and it updates.
<Dock> {items.map(({ label, icon: Icon }) => ( <DockItem key={label} label={label}> <Icon className="size-1/2 text-muted-foreground" /> </DockItem> ))} </Dock>