Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gargroh committed Jul 18, 2020
2 parents 79e0e58 + 311a9e8 commit f5b5407
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "gargroh",
"name": "Rohit Garg",
"avatar_url": "https://avatars3.githubusercontent.com/u/42495927?v=4",
"profile": "https://github.com/gargroh",
"contributions": [
"code",
"example",
"plugin",
"review",
"tool"
]
},
{
"login": "07harish",
"name": "Harish Kulkarni",
"avatar_url": "https://avatars3.githubusercontent.com/u/27046938?v=4",
"profile": "https://github.com/07harish",
"contributions": [
"code",
"example",
"plugin"
]
}
],
"contributorsPerLine": 7,
"projectName": "react-table-plugins",
"projectOwner": "gargroh",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# react-table-plugins
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

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

Expand Down Expand Up @@ -58,3 +61,23 @@ function MyTable() {
## ChangeLog

Please visit [releases](https://github.com/gargroh/react-table-plugins/releases)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<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>
<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>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit f5b5407

Please sign in to comment.