From 06017fb365d830bb60eb764f5754f66b5c7ff1e8 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Mon, 3 Aug 2026 11:46:04 +0200 Subject: [PATCH] docs: add README header banners to the framework adapter packages --- packages/preact-devtools/README.md | 17 +++++++++++++++++ packages/react-devtools/README.md | 17 +++++++++++++++++ packages/solid-devtools/README.md | 17 +++++++++++++++++ packages/vue-devtools/README.md | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/packages/preact-devtools/README.md b/packages/preact-devtools/README.md index ed6e33d8..c0ea4a62 100644 --- a/packages/preact-devtools/README.md +++ b/packages/preact-devtools/README.md @@ -1,3 +1,20 @@ +
+ + + + TanStack Preact Devtools + +
# @tanstack/preact-devtools This package is still under active development and might have breaking changes in the future. Please use it with caution. diff --git a/packages/react-devtools/README.md b/packages/react-devtools/README.md index 909aeda7..a2cb3ea1 100644 --- a/packages/react-devtools/README.md +++ b/packages/react-devtools/README.md @@ -1,3 +1,20 @@ +
+ + + + TanStack React Devtools + +
# @tanstack/react-devtools This package is still under active development and might have breaking changes in the future. Please use it with caution. diff --git a/packages/solid-devtools/README.md b/packages/solid-devtools/README.md index 6dd1e977..19cd8d22 100644 --- a/packages/solid-devtools/README.md +++ b/packages/solid-devtools/README.md @@ -1,3 +1,20 @@ +
+ + + + TanStack Solid Devtools + +
# @tanstack/solid-devtools This package is still under active development and might have breaking changes in the future. Please use it with caution. diff --git a/packages/vue-devtools/README.md b/packages/vue-devtools/README.md index 32aa525a..9e4d923c 100644 --- a/packages/vue-devtools/README.md +++ b/packages/vue-devtools/README.md @@ -1,3 +1,20 @@ +
+ + + + TanStack Vue Devtools + +
# @tanstack/vue-devtools This package is still under active development and might have breaking changes in the future. Please use it with caution.