unclecheese / react-selectable

A component for react that allows mouse selection of child items
MIT License
142 stars 72 forks source link

ES7 decorator example request #31

Open serle opened 7 years ago

serle commented 7 years ago

Can I use the createSelectable(cmp) as an ES7 decorator? I need to chain the decorators as I want to use this library in combination with the react-dnd higher order component.

unclecheese commented 7 years ago

It should work. Can you test it and find out?

prescottprue commented 7 years ago

I am currently using this as a decorator and I can it does work.

prescottprue commented 7 years ago

Opened #44 with an example in the README. Hopefully it is helpful.