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 631e839 commit 1a3204bCopy full SHA for 1a3204b
README.md
@@ -1,6 +1,12 @@
1
# React Twinkle Text
2
React twinkle text effect using Tailwind-compatible styles.
3
4
+## Example
5
+Here is an example of the Twinkle Text in one of my projects:<br/><br/>
6
+<a class="link" href="https://github.com/itznao/react-twinkle-text/blob/master/example.gif">
7
+ <img class="image" src="example.gif" alt=" ">
8
+</a>
9
+
10
## Installation
11
12
```bash
@@ -29,4 +35,4 @@ import { TwinkleText } from 'react-twinkle-text';
29
35
<div className="group">
30
36
<TwinkleText groupHover className="text-gray-500">Hello World</TwinkleText>
31
37
</div>
32
-```
38
+```
0 commit comments