For-each loop card with a tone repeat tile, source expression, current/total counter, tone progress bar, and a sample value from the current iteration.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation14 } from "@/components/beste/piece/automation14";
<Automation14
headingLabel="For each item"
source="items[]"
current={3}
total={28}
currentLabel="current"
sampleKey="item.email"
sampleValue="ada@beste.co"
tone="violet"
/>