1.0.0 • Published 1 year ago

sort-lists v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

sort-lists

A package that will sort your items using drag and drop features from the dnd-kit library

NPM JavaScript Style Guide

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