UNPKG
ui-humix-lib
Version:
latest (1.0.0)
1.0.0
A simple package for implementinghumix design components in react-based or node.js based projects.
ui-humix-lib
/
data
/
copy-to-clipboard.json
7 lines
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
{
"data"
:
{
"copyText"
:
"The text to be copied to the clipboard"
,
"copyNotification"
:
"Boolean value that will show whether or not the text has been copied"
,
"copyToClipboard()"
:
"The function that will copy the value inside of copyText to the clipboard"
}
}