0.0.9 • Published 8 years ago

react-items-list v0.0.9

Weekly downloads
1
License
GPL-3.0
Repository
gitlab
Last release
8 years ago

React Items List

image

This is a todo style list that allows creation of new items as well as removal and editing of existing items.

There is a live example here

An items array prop can be provided to prepopulate the list.

Callbacks named onAdd, onUpdate, onRemove can be provided as props.

  • onAdd will be called with the text that was added.
  • onUpdate will be called with the index and new value.
  • onRemove will be called with the affected index.

See the example for sample use.

Development

npm install react-items-list
npm run setup-test-env #expects google-chrome-stable in path
npm run test
0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago