react-selection-popover icon indicating copy to clipboard operation
react-selection-popover copied to clipboard

Canihaz the npm package?

Open juliankrispel opened this issue 7 years ago • 1 comments

Hey there. I'm the maintainer of draft-js-plugins and as you can imagine - selection popovers are a very common occurance when working with draft-js or text editors in general. I'm about to publish a react component that does what this component does, with a few more optional configuration options.

Would you consider granting me access to the npm package? I'd eventually publish a version 2...

juliankrispel avatar Jul 11 '18 17:07 juliankrispel

Thanks for this comment, my googling found many not-maintained popover libraries (both native javascript that had various bugs/incompatabilities/overcomplexities, and React specific ones) before finding your newer one via this comment that worked wonderfully easily with modern React versions. For those interested: https://github.com/juliankrispel/react-text-selection-popover

Great job on your documentation/examples too.

This makes me think NPM needs functionality to say "Report as not maintained, add alternative suggestion", to get quality libraries more visibility if the current popular libraries fall out of maintenance... but now I'm just rambling

mvanloden's library seemed very easy to use (specific full documentation is lacking slightly, but no big deal there), but trying to use with React 16, the PropTypes references were failing

Eibwen avatar Aug 08 '18 14:08 Eibwen