Adds docs on tooltips #423

This commit is contained in:
Zeno Rocha
2017-06-30 16:30:30 -03:00
parent f960b0d20a
commit 3c0dfe5a38

View File

@ -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