We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785528d commit eaa4426Copy full SHA for eaa4426
README.md
@@ -55,7 +55,7 @@ import 'css-only-tooltip/dist/styles.min.css';
55
```
56
Now, add the text in the `data` attribute in the child components.
57
```jsx
58
-<data-css-only-tooltip="Hello from tooltip">Hover on me to see the tooltip</span>
+<span data-css-only-tooltip="Hello from tooltip">Hover on me to see the tooltip</span>
59
60
## Customization
61
There are customization options provided.
0 commit comments