You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation mostly lives with [the official SortableJS documentation](https://github.com/SortableJS/Sortable).
6
+
7
+
Just adding this crate as a dependency should be enough to get everything working when using [trunk](https://trunkrs.dev/). Just be careful to keep alive the return value of `Sortable::apply`, or you will get JavaScript exceptions.
8
+
9
+
You can find example usage of SortableJS from a pure-Rust WASM application in the `examples/` directory.
0 commit comments