Package Exports
- bs-copy-to-clipboard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bs-copy-to-clipboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Reason bindings for copy-to-clipboard
Reason bindings for [copy-to-clipboard]
Status
Feel free to create an issue or PR if you find anything missing.
Installation
yarn add copy-to-clipboard
yarn add bs-copy-to-clipboard
Then add bs-copy-to-clipboard to bs-dev-dependencies in your bsconfig.json:
{
...
"bs-dev-dependencies": ["bs-copy-to-clipboard"]
}Usage
TODO: Add Example.