|
24 | 24 | <a href="https://twitter.com/tan_stack"><img src="https://img.shields.io/twitter/follow/tan_stack.svg?style=social" alt="Follow @TanStack"/></a> |
25 | 25 | </div> |
26 | 26 |
|
27 | | -<div align="center"> |
28 | | - |
29 | 27 | ### [Become a Sponsor!](https://github.com/sponsors/tannerlinsley/) |
30 | 28 |
|
31 | 29 | </div> |
@@ -62,23 +60,35 @@ A headless table library for building powerful datagrids with full control over |
62 | 60 | ## Partners |
63 | 61 |
|
64 | 62 | <table align="center"> |
65 | | -<tr> |
66 | | -<td> |
67 | | -<a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS"> |
68 | | -<img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" padding="20px" alt="Code Rabbit"/> |
69 | | -</a> |
70 | | -</td> |
71 | | -<td padding="20"> |
72 | | -<a href="https://www.cloudflare.com?utm_source=tanstack"> |
73 | | -<img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="70" alt="Cloudflare"/> |
74 | | -</a> |
75 | | -</td> |
76 | | -<td> |
77 | | - <a href="https://ag-grid.com/react-data-grid/?utm_source=reacttable&utm_campaign=githubreacttable" style="display: flex; align-items: center; border: none;"> |
78 | | - <img src="https://raw.githubusercontent.com/tannerlinsley/files/master/partners/ag-grid.svg" height="40" alt="AG Grid"/> |
79 | | - </a> |
80 | | -</td> |
81 | | -</tr> |
| 63 | + <tr> |
| 64 | + <td> |
| 65 | + <a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS"> |
| 66 | + <picture> |
| 67 | + <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-CMcuvjEy.svg" height="40" /> |
| 68 | + <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" /> |
| 69 | + <img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" alt="CodeRabbit" /> |
| 70 | + </picture> |
| 71 | + </a> |
| 72 | + </td> |
| 73 | + <td padding="20"> |
| 74 | + <a href="https://www.cloudflare.com?utm_source=tanstack"> |
| 75 | + <picture> |
| 76 | + <source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-DQDB7UaL.svg" height="60" /> |
| 77 | + <source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" /> |
| 78 | + <img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" alt="Cloudflare" /> |
| 79 | + </picture> |
| 80 | + </a> |
| 81 | + </td> |
| 82 | + <td> |
| 83 | + <a href="https://ag-grid.com/react-data-grid/?utm_source=reacttable&utm_campaign=githubreacttable" style="display: flex; align-items: center; border: none;"> |
| 84 | + <picture> |
| 85 | + <source media="(prefers-color-scheme: dark)" srcset="./media/ag-grid-dark.svg" height="40" /> |
| 86 | + <source media="(prefers-color-scheme: light)" srcset="./media/ag-grid-light.svg" height="40" /> |
| 87 | + <img src="https://raw.githubusercontent.com/tannerlinsley/files/master/partners/ag-grid.svg" height="60" alt="AG Grid" /> |
| 88 | + </picture> |
| 89 | + </a> |
| 90 | + </td> |
| 91 | + </tr> |
82 | 92 | </table> |
83 | 93 |
|
84 | 94 | <div align="center"> |
|
0 commit comments