2.0.0 • Published 8 months ago

react-clipboard-button v2.0.0

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

npm version

react-clipboard-button

  • very light (~33KB not minified)
  • only one dependency (clipboard.js)
  • compatibel with IE11+

Install

npm install react-clipboard-button

Use

<CopyToClipboardButton 
  text={`Hello !`}
  onSuccess={() => console.log('success!')}
  onError={() => console.log('error!')}
>
  <button>Copy To Clipboard !</button>
</CopyToClipboardButton>
2.0.0-rc3

8 months ago

2.0.0-rc2

8 months ago

2.0.0-rc1

8 months ago

2.0.0

8 months ago

1.0.0

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago