Skip to content

Commit 3c0dfe5

Browse files
committed
Adds docs on tooltips zenorocha#423
1 parent f960b0d commit 3c0dfe5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

readme.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,13 @@ clipboard.on('error', function(e) {
119119
});
120120
```
121121

122-
For a live demonstration, open this [site](https://clipboardjs.com/) and just your console :)
122+
For a live demonstration, go to this [site](https://clipboardjs.com/) and open your console.
123+
124+
## Tooltips
125+
126+
Each application has different design needs, that's why clipboard.js does not include any CSS or built-in tooltip solution.
127+
128+
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.
123129

124130
## Advanced Options
125131

0 commit comments

Comments
 (0)