0.1.3 • Published 4 years ago

use-list v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

use-list

NPM JavaScript Style Guide

Install

npm install --save use-list

Usage

import { useList } from 'use-list'

Demo

https://codesandbox.io/s/inspiring-water-uq7g4

Methods

InputsREADME
addItemFor adding item in the list
updateItemFor updating item in the list
deleteItemFor deleting first item in the list
deleteItemsFor deleting selected item(s) in the list
sortItemsFor sorting item(s) in the list
filterItemsFor Filtering item(s) in the list
toggleSelectItemFor getting details of selected item(s) in the list
toggleSelectAllItemsFor getting details of all selected item(s) in the list

License

MIT © Shreyash-Atal


This hook is created using create-react-hook.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago