sort-lists
v1.0.0
Published
A package that will sort your items using drag and drop features from the dnd-kit library
Downloads
3
Readme
sort-lists
A package that will sort your items using drag and drop features from the dnd-kit library
Install
npm install --save sort-lists
Usage
import React, { Component } from 'react'
import MyComponent from 'sort-lists'
import 'sort-lists/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © annalisemshaw