Skip to content

Commit 1a3204b

Browse files
authored
Update README.md
1 parent 631e839 commit 1a3204b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# React Twinkle Text
22
React twinkle text effect using Tailwind-compatible styles.
33

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+
410
## Installation
511

612
```bash
@@ -29,4 +35,4 @@ import { TwinkleText } from 'react-twinkle-text';
2935
<div className="group">
3036
<TwinkleText groupHover className="text-gray-500">Hello World</TwinkleText>
3137
</div>
32-
```
38+
```

0 commit comments

Comments
 (0)