Card · change a prop and it updates.
“Dropped it in on a Friday and shipped the redesign on Monday.”
Ava Chen
Design engineer
“The only component library where I did not delete half the props.”
Marcus Hale
Staff frontend
“It reads like something a person wrote, because it is.”
Priya Nair
Founder
<CardStack>
{quotes.map(({ quote, name }) => (
<Quote key={name} quote={quote} name={name} />
))}
</CardStack>