Loop Iterator

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.

For each itemitems[]
3 / 28
current·ada@beste.co

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
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"
/>