react-selectable icon indicating copy to clipboard operation
react-selectable copied to clipboard

ES7 decorator example request

Open serle opened this issue 8 years ago • 3 comments

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.

serle avatar Nov 23 '16 06:11 serle

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

unclecheese avatar Nov 23 '16 22:11 unclecheese

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

prescottprue avatar Sep 06 '17 22:09 prescottprue

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

prescottprue avatar Sep 07 '17 02:09 prescottprue