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