πdnd-timeline
Headless-UI for creating timelines, based on @dnd-kit
Last updated
Headless-UI for creating timelines, based on @dnd-kit
Last updated
dnd-timeline
is a headless-ui library, and contains 0 styling, aside from functional styling (position, z-index, etc.).
Exposes simple hooks like useItem
and useRow
, that should integrate seamlessly into your existing architecture.
very slim and flexible by design. dnd-timeline
exposes utility functions and positional styling, and you can use them in conjunction with your favorite libraries.
dnd-kit
All features exposed by the dnd-kit
library are applicable to dnd-timeline
.
Renders only when needed. All the intermediate states and animations are done using css transformations, and require 0 re-renders.
Natively supports RTL. simply declare one of the parent divs as RTL with dir="rtl"
, and thats it.
Works with touch by default. Sensors can be highly configured using @dnd-kit
's sensors.