schedra
v0.3.0
Published
Headless canvas-based Gantt timeline for large React schedules.
Maintainers
Readme
schedra
Headless canvas-based Gantt timeline for large React schedules.
pnpm add schedra react react-domimport type { SchedraRow } from "schedra/core";
import { SchedraTimeline } from "schedra/react";The optional popover integration also requires Floating UI:
pnpm add @floating-ui/reactimport { useSchedraPopover } from "schedra/react-popover";See the Schedra repository for full documentation and examples.
