Skip to content

Commit 10f28d8

Browse files
authored
docs: add README header banners to the framework adapter packages (#491)
1 parent 5267bf5 commit 10f28d8

4 files changed

Lines changed: 68 additions & 0 deletions

File tree

packages/preact-devtools/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<div align="center">
2+
<picture>
3+
<source
4+
media="(prefers-color-scheme: dark)"
5+
srcset="https://tanstack.com/api/readme/devtools.png?framework=preact&theme=dark"
6+
/>
7+
<source
8+
media="(prefers-color-scheme: light)"
9+
srcset="https://tanstack.com/api/readme/devtools.png?framework=preact"
10+
/>
11+
<img
12+
src="https://tanstack.com/api/readme/devtools.png?framework=preact"
13+
alt="TanStack Preact Devtools"
14+
width="900"
15+
/>
16+
</picture>
17+
</div>
118
# @tanstack/preact-devtools
219

320
This package is still under active development and might have breaking changes in the future. Please use it with caution.

packages/react-devtools/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<div align="center">
2+
<picture>
3+
<source
4+
media="(prefers-color-scheme: dark)"
5+
srcset="https://tanstack.com/api/readme/devtools.png?framework=react&theme=dark"
6+
/>
7+
<source
8+
media="(prefers-color-scheme: light)"
9+
srcset="https://tanstack.com/api/readme/devtools.png?framework=react"
10+
/>
11+
<img
12+
src="https://tanstack.com/api/readme/devtools.png?framework=react"
13+
alt="TanStack React Devtools"
14+
width="900"
15+
/>
16+
</picture>
17+
</div>
118
# @tanstack/react-devtools
219

320
This package is still under active development and might have breaking changes in the future. Please use it with caution.

packages/solid-devtools/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<div align="center">
2+
<picture>
3+
<source
4+
media="(prefers-color-scheme: dark)"
5+
srcset="https://tanstack.com/api/readme/devtools.png?framework=solid&theme=dark"
6+
/>
7+
<source
8+
media="(prefers-color-scheme: light)"
9+
srcset="https://tanstack.com/api/readme/devtools.png?framework=solid"
10+
/>
11+
<img
12+
src="https://tanstack.com/api/readme/devtools.png?framework=solid"
13+
alt="TanStack Solid Devtools"
14+
width="900"
15+
/>
16+
</picture>
17+
</div>
118
# @tanstack/solid-devtools
219

320
This package is still under active development and might have breaking changes in the future. Please use it with caution.

packages/vue-devtools/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<div align="center">
2+
<picture>
3+
<source
4+
media="(prefers-color-scheme: dark)"
5+
srcset="https://tanstack.com/api/readme/devtools.png?framework=vue&theme=dark"
6+
/>
7+
<source
8+
media="(prefers-color-scheme: light)"
9+
srcset="https://tanstack.com/api/readme/devtools.png?framework=vue"
10+
/>
11+
<img
12+
src="https://tanstack.com/api/readme/devtools.png?framework=vue"
13+
alt="TanStack Vue Devtools"
14+
width="900"
15+
/>
16+
</picture>
17+
</div>
118
# @tanstack/vue-devtools
219

320
This package is still under active development and might have breaking changes in the future. Please use it with caution.

0 commit comments

Comments
 (0)