react-sortable-hoc
react-sortable-hoc copied to clipboard
A set of higher-order components to turn any list into an animated, accessible and touch-friendly sortable list✌️
the examples are nice and finally found how to create the css and pull the styling from the story book. It would be nice to have the basic examples actually...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.7 to 7.0.36. Release notes Sourced from postcss's releases. 7.0.36 Backport ReDoS vulnerabilities from PostCSS 8. 7.0.35 Add migration guide link to PostCSS 8 error text. 7.0.34...
Warnings popping up in React's StrictMode Sample - https://codesandbox.io/s/react-sortable-hoc-test-fcmm1 Warning: Legacy context API has been detected within a strict-mode tree. Warning: findDOMNode is deprecated in StrictMode. Are there any plans...
We faced a performance issue recently while using react-sortable-hoc. If we have a large list, such as 300 to 400, and whenever its parent re-renders all the child also re...
ts project need more ts tips ```js export function sortableContainer( wrappedComponent: WrappedComponent, config?: Config, ): React.ComponentClass; export function sortableElement( wrappedComponent: WrappedComponent, config?: Config, ): React.ComponentClass; export function sortableHandle( wrappedComponent: WrappedComponent,...
I have a nested list and for some reason auto scroll is not working. I have attached a code sandbox below for the issue https://codesandbox.io/s/lucid-bowman-wjdyi Any help will be much...
Grid sorting is not working correctly when the `useWindowAsScrollContainer` prop is passed whereas the content is center aligned and has margin ## Current Behaviour Item from 1st row is not...
When I use rtl direction for container sort is not working correctly demo: https://jsfiddle.net/eckfano0/2/ video: https://www.useloom.com/share/03959b86fb3447b39248a4ff4721e0f2 ```css .item { cursor: move; padding: 8px; border: 1px solid red; } .container {...
added RTL support. if the page direction is "RTL", the "rtl" props must be "true". demo: https://codesandbox.io/s/react-sortable-hoc-starter-forked-j5lkr
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.4.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...