mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Adds docs on tooltips #423
This commit is contained in:
@ -119,7 +119,13 @@ clipboard.on('error', function(e) {
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
For a live demonstration, open this [site](https://clipboardjs.com/) and just your console :)
|
For a live demonstration, go to this [site](https://clipboardjs.com/) and open your console.
|
||||||
|
|
||||||
|
## Tooltips
|
||||||
|
|
||||||
|
Each application has different design needs, that's why clipboard.js does not include any CSS or built-in tooltip solution.
|
||||||
|
|
||||||
|
The tooltips you see on the [demo site](https://clipboardjs.com/) were built using [GitHub's Primer](http://primercss.io/tooltips/). You may want to check that out if you're looking for a similar look and feel.
|
||||||
|
|
||||||
## Advanced Options
|
## Advanced Options
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user