clauderic / dnd-kit

The modern, lightweight, performant, accessible and extensible drag & drop toolkit for React.
http://dndkit.com
MIT License
12.65k stars 630 forks source link

rtl support #475

Open mahdisalehian opened 2 years ago

mahdisalehian commented 2 years ago

Does this package support rtl direction?

clauderic commented 2 years ago

@dnd-kit/core should work fine with RTL out of the box.

I'm assuming you're asking in relation to @dnd-kit/sortable. In that case, yes, it can work, but not with all sorting strategies. The rectSortingStrategy and rectSwappingStrategy should both work with RTL, but verticalListStrategy and horizontalListStrategy would need to be updated.