We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506d1a5 commit 8a9448cCopy full SHA for 8a9448c
README.md
@@ -76,7 +76,8 @@ React Tooltip is proud to be sponsored by [Frigade](https://frigade.com/?source=
76
77
1 . Import the CSS file to set default styling.
78
79
-> :warning: If you are using a version before than `v5.13.0`, you must import the CSS file or the tooltip won't show!
+> [!WARNING]\
80
+> If you are using a version before than `v5.13.0`, you must import the CSS file or the tooltip won't show!
81
82
```js
83
import 'react-tooltip/dist/react-tooltip.css'
@@ -108,6 +109,7 @@ import { Tooltip as ReactTooltip } from 'react-tooltip'
108
109
110
4 . Include the `<Tooltip />` element.
111
112
+> [!NOTE]\
113
> Don't forget to set the id, it won't work without it!
114
115
```jsx
0 commit comments