form-atoms / list-atom

A listAtom extension for the Jotai form-atoms.
https://form-atoms.github.io/list-atom/
MIT License
4 stars 1 forks source link

Item `moveDown` should move the last item to the begining of the list #2

Closed MiroslavPetrik closed 8 months ago

MiroslavPetrik commented 8 months ago

Currently the moveUp for the first item moves it to the bottom of the list. Analogically the moveDown should enable the opposite behavior, creating carousel effect.