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 e107a1d commit 95c27d1Copy full SHA for 95c27d1
.all-contributorsrc
@@ -2,6 +2,7 @@
2
"files": [
3
"README.md"
4
],
5
+ "badgeTemplate": "<a href=\"#contributors\"><img src=\"https://badgen.net/badge/all%20contributors/<%= contributors.length %>/6d60e6\" alt=\"All Contributors\"></a>",
6
"imageSize": 75,
7
"commit": false,
8
"contributors": [
README.md
@@ -60,6 +60,7 @@
60
<a href="https://www.chromaticqa.com/builds?appId=5d7fff2b307e4b0020ae1be4">
61
<img src="https://badgen.net/badge/tested%20with/chromatic/fc521f" alt="Chromatic">
62
</a>
63
+ <a href="#contributors"><img src="https://badgen.net/badge/all%20contributors/21/6d60e6" alt="All Contributors"></a>
64
</p>
65
66
React component and hook for declarative promise resolution and data fetching. Makes it easy to handle every
0 commit comments