An open API service indexing awesome lists of open source software.

https://github.com/bernalrs/bs-copy-to-clipboard


https://github.com/bernalrs/bs-copy-to-clipboard

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Reason bindings for copy-to-clipboard

[![npm](https://img.shields.io/npm/v/bs-copy-to-clipboard.svg)](https://www.npmjs.com/package/bs-copy-to-clipboard)

[Reason](https://reasonml.github.io/) 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`:

```json
{
...
"bs-dev-dependencies": ["bs-copy-to-clipboard"]
}
```

## Usage

TODO: Add Example.