Single workflow step card with a kind-colored icon header (trigger, action, filter), the app/event label, configured field rows, and a configure footer.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation2 } from "@/components/beste/piece/automation2";
<Automation2
kind="Action"
app="Gmail"
event="Send email"
image="https://oud.pics/sm/l/gmail.jpeg"
alt="Gmail"
configureLabel="Configure"
fields={[
{
"label": "To",
"value": "{{customer.email}}"
},
{
"label": "Subject",
"value": "Your receipt is ready"
},
{
"label": "Template",
"value": "receipt-v3"
}
]}
/>