Skip to content

Commit d4486a0

Browse files
docs(readme.md): add important note about the use of icons
1 parent cbe6791 commit d4486a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ const [copied, setCopied] = useState(false);
7676

7777
### With Custom Icons
7878

79+
> Note: You can use icons from any package. This example uses Feather icons (`react-icons/fi`),
80+
> while the default icons come from Font Awesome (`react-icons/fa6`).
81+
7982
```jsx
8083
import { FiCopy, FiCheck } from "react-icons/fi";
8184

0 commit comments

Comments
 (0)