Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/preact-devtools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=preact&theme=dark"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=preact"
/>
<img
src="https://tanstack.com/api/readme/devtools.png?framework=preact"
alt="TanStack Preact Devtools"
width="900"
/>
</picture>
</div>
# @tanstack/preact-devtools

This package is still under active development and might have breaking changes in the future. Please use it with caution.
Expand Down
17 changes: 17 additions & 0 deletions packages/react-devtools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=react&theme=dark"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=react"
/>
<img
src="https://tanstack.com/api/readme/devtools.png?framework=react"
alt="TanStack React Devtools"
width="900"
/>
</picture>
</div>
# @tanstack/react-devtools

This package is still under active development and might have breaking changes in the future. Please use it with caution.
Expand Down
17 changes: 17 additions & 0 deletions packages/solid-devtools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=solid&theme=dark"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=solid"
/>
<img
src="https://tanstack.com/api/readme/devtools.png?framework=solid"
alt="TanStack Solid Devtools"
width="900"
/>
</picture>
</div>
# @tanstack/solid-devtools

This package is still under active development and might have breaking changes in the future. Please use it with caution.
Expand Down
17 changes: 17 additions & 0 deletions packages/vue-devtools/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<div align="center">
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=vue&theme=dark"
/>
<source
media="(prefers-color-scheme: light)"
srcset="https://tanstack.com/api/readme/devtools.png?framework=vue"
/>
<img
src="https://tanstack.com/api/readme/devtools.png?framework=vue"
alt="TanStack Vue Devtools"
width="900"
/>
</picture>
</div>
# @tanstack/vue-devtools

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