react-c2c
Performant , lightweight and dependency free render prop loving copy 2 clipboard component.
Featured in:
Highlights
- Can be easily integrated.
- Just ~ 1.4kb.
- No dependencies.
- Flexible (Uses render prop pattern)
- Configurable for debugging(through logs).
Comparison
react-copy-to-clipboard is very nice but
- react-c2c: 1.4 kB ?
- react-copy-to-clipboard: 1.7 kB
Installation
Usage
props
text
: PropTypes.string.isRequired
Text to be copied to clipboard.
render
: PropTypes.func
Render prop, pass a function that accepts an object with two keys, handleClick
and copied
.
-
handleClick
should be called when you want copy event to be triggered. This should usually be assigned to anonClick
event as browsers require user action for copy to work. -
copied
would be true in case of successful copying.
children
: PropTypes.func
You can also use children as a function pattern
. The signature of this function is identical to that of render prop.
NOTE: Either one of render
or children
props is required and must be of type function
.
options
: PropTypes.shape({debug: bool})
Flag that enables logs for debugging.
Support react-c2c
react-c2c is completely free and open-source. If you find it useful, you can show your support by ? it or sharing it in your social network.