Skip to content

ScheduleGridView

stable

Time-grid schedule view with columns (agents/pipelines) and rows (time slots). Tasks displayed as colored blocks with status-mapped outcome tokens.

Visualization/Storybook ↗
import { ScheduleGridView } from "@nodus/design-system/patterns"
Loading demo…

Props

columnsrequired
Type ScheduleColumn[]Default

Schedule columns (agents/pipelines).

tasksrequired
Type ScheduledTask[]Default

Scheduled tasks with column, time, and status.

timeRange
Type { start: string; end: string }Default

ISO time range to display (default: 24h window).

Metadatasemanticsemantictypeborderspaceoutcome
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?