react-click-to-select
A React component that selects the text / elements contained within when they're clicked.
install
npm install --save @mapbox/react-click-to-select
use
By default ClickToSelect contains the children within a span element, but you
can use a div instead:
You can pass a function that will be called when text is selected. This is useful for doing things like showing a tooltip with a prompt to copy.
This avoids React warnings: