GanttChart
GanttChart Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| totalDays | number | — | |
| height | number | — | |
| showGrid | boolean | — |
Default
ManyTasks
NoGrid
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
height | number | — | — |
showGrid | boolean | — | — |
totalDays | number | — | — |
Using GanttCharttsx
import { GanttChart } from '@/components/GanttChart'
<GanttChart
totalDays="..."
height="..."
showGrid="..."
/>Tokens Used
No design tokens detected