Gantt
The Gantt component visualizes scheduled work across a timeline.
Basic Usage
import { Gantt } from '@editora/ui-react';
export function Example() {
return <Gantt />;
}
The Gantt component visualizes scheduled work across a timeline.
import { Gantt } from '@editora/ui-react';
export function Example() {
return <Gantt />;
}