Skip to content

Commit f5b5407

Browse files
committed
2 parents 79e0e58 + 311a9e8 commit f5b5407

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

.all-contributorsrc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "gargroh",
10+
"name": "Rohit Garg",
11+
"avatar_url": "https://avatars3.githubusercontent.com/u/42495927?v=4",
12+
"profile": "https://github.com/gargroh",
13+
"contributions": [
14+
"code",
15+
"example",
16+
"plugin",
17+
"review",
18+
"tool"
19+
]
20+
},
21+
{
22+
"login": "07harish",
23+
"name": "Harish Kulkarni",
24+
"avatar_url": "https://avatars3.githubusercontent.com/u/27046938?v=4",
25+
"profile": "https://github.com/07harish",
26+
"contributions": [
27+
"code",
28+
"example",
29+
"plugin"
30+
]
31+
}
32+
],
33+
"contributorsPerLine": 7,
34+
"projectName": "react-table-plugins",
35+
"projectOwner": "gargroh",
36+
"repoType": "github",
37+
"repoHost": "https://github.com",
38+
"skipCi": true
39+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# react-table-plugins
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
This repository contains miscellaneous [react-table](https://github.com/tannerlinsley/react-table) v7 plugins
47

@@ -58,3 +61,23 @@ function MyTable() {
5861
## ChangeLog
5962

6063
Please visit [releases](https://github.com/gargroh/react-table-plugins/releases)
64+
65+
## Contributors ✨
66+
67+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
68+
69+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
70+
<!-- prettier-ignore-start -->
71+
<!-- markdownlint-disable -->
72+
<table>
73+
<tr>
74+
<td align="center"><a href="https://github.com/gargroh"><img src="https://avatars3.githubusercontent.com/u/42495927?v=4" width="100px;" alt=""/><br /><sub><b>Rohit Garg</b></sub></a><br /><a href="https://github.com/gargroh/react-table-plugins/commits?author=gargroh" title="Code">💻</a> <a href="#example-gargroh" title="Examples">💡</a> <a href="#plugin-gargroh" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/gargroh/react-table-plugins/pulls?q=is%3Apr+reviewed-by%3Agargroh" title="Reviewed Pull Requests">👀</a> <a href="#tool-gargroh" title="Tools">🔧</a></td>
75+
<td align="center"><a href="https://github.com/07harish"><img src="https://avatars3.githubusercontent.com/u/27046938?v=4" width="100px;" alt=""/><br /><sub><b>Harish Kulkarni</b></sub></a><br /><a href="https://github.com/gargroh/react-table-plugins/commits?author=07harish" title="Code">💻</a> <a href="#example-07harish" title="Examples">💡</a> <a href="#plugin-07harish" title="Plugin/utility libraries">🔌</a></td>
76+
</tr>
77+
</table>
78+
79+
<!-- markdownlint-enable -->
80+
<!-- prettier-ignore-end -->
81+
<!-- ALL-CONTRIBUTORS-LIST:END -->
82+
83+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)