Workflow Node Card
A production-scale, light + dark Workflow Node Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add workflow-node-cardLive preview available in the gallery.
Usage
import { WorkflowNodeCard } from "@lerpa/ui";
<WorkflowNodeCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | - | |
| subtitle | string | - | |
| status | 'success' | 'running' | 'failed' | - | |
| inputs | string[] | — | |
| outputs | string[] | — | |
| className | string | — | |
| defaultExpanded | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.