0.4.3 • Published 8 years ago

rci-dnd v0.4.3

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

rci-dnd


React-dnd

Screenshots

Usage

see examples

npm i rci-dnd

API

Dnd props

namedescriptiontypedefault
classNameadditional css class of root dom nodeString''
prefixClsprefix classString'rci-dnd'
datadata of dnd (unique id across all data)Array{id:Number/String, content:Node/any},

Block props

namedescriptiontypedefault
classNameadditional css class of root dom nodeString''
indexthe index of BlockNumber

Card props

namedescriptiontypedefault
classNameadditional css class of root dom nodeString''
indexthe index of CardNumber
bIndexthe index of Block (Card inside)Number
placeholderthe placeholder of Card in Block (it's temporary appear)bool
contentthe content of Cardnode

Development

npm install
npm start

resource

drag-drop

infinite scroll

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rc-tree is released under the MIT license.

0.4.3

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago