Animation · change a prop and it updates.
<StaggerList> {["Design", "Build", "Animate", "Ship"].map((label) => ( <div key={label} className="rounded-lg border bg-card px-4 py-2 text-sm"> {label} </div> ))} </StaggerList>