/react-click-to-select

react component that enables click-to-select interaction

Primary LanguageJavaScriptISC LicenseISC

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

<ClickToSelect>this text will be selected when clicked</ClickToSelect>