Skip to content

AntonNiklasson/react-clickcopy

Repository files navigation

react-clickcopy

Copy a piece of text by clicking on it.

Install

npm install --save react-clickcopy
yarn add react-clickcopy

Usage

export default () => (
  <h3><ClickCopy>http://localhost:8080</CopyClick><h3>
);

The component itself does not validate its children. The text extrapolation is handled natively by the browser through Range.selectNodeContents and Document.execCommand('copy').

About

Copy text to the system clipboard by clicking on it 📝

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published