We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe6791 commit d4486a0Copy full SHA for d4486a0
README.md
@@ -76,6 +76,9 @@ const [copied, setCopied] = useState(false);
76
77
### With Custom Icons
78
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
+
82
```jsx
83
import { FiCopy, FiCheck } from "react-icons/fi";
84
0 commit comments