You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/preact/devtools.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,3 +85,6 @@ function App() {
85
85
-`shadowDOMTarget?: ShadowRoot`
86
86
- Default behavior will apply the devtool's styles to the head tag within the DOM.
87
87
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
88
+
-`theme?: "light" | "dark" | "system"`
89
+
- Defaults to `system`.
90
+
- Set this to change the theme of the devtools panel.
Copy file name to clipboardExpand all lines: docs/framework/react/devtools.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,9 @@ function App() {
92
92
-`shadowDOMTarget?: ShadowRoot`
93
93
- Default behavior will apply the devtool's styles to the head tag within the DOM.
94
94
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
95
+
-`theme?: "light" | "dark" | "system"`
96
+
- Defaults to `system`.
97
+
- Set this to change the theme of the devtools panel.
95
98
96
99
## Embedded Mode
97
100
@@ -135,6 +138,9 @@ function App() {
135
138
-`shadowDOMTarget?: ShadowRoot`
136
139
- Default behavior will apply the devtool's styles to the head tag within the DOM.
137
140
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
141
+
-`theme?: "light" | "dark" | "system"`
142
+
- Defaults to `system`.
143
+
- Set this to change the theme of the devtools panel.
Copy file name to clipboardExpand all lines: docs/framework/solid/devtools.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,3 +85,6 @@ function App() {
85
85
-`shadowDOMTarget?: ShadowRoot`
86
86
- Default behavior will apply the devtool's styles to the head tag within the DOM.
87
87
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
88
+
-`theme?: "light" | "dark" | "system"`
89
+
- Defaults to `system`.
90
+
- Set this to change the theme of the devtools panel.
Copy file name to clipboardExpand all lines: docs/framework/vue/devtools.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,9 @@ import { VueQueryDevtools } from '@tanstack/vue-query-devtools'
80
80
-`shadowDOMTarget?: ShadowRoot`
81
81
- Default behavior will apply the devtool's styles to the head tag within the DOM.
82
82
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
83
+
-`theme?: "light" | "dark" | "system"`
84
+
- Defaults to `system`.
85
+
- Set this to change the theme of the devtools panel.
83
86
84
87
## Embedded Mode
85
88
@@ -121,6 +124,9 @@ function toggleDevtools() {
121
124
-`shadowDOMTarget?: ShadowRoot`
122
125
- Default behavior will apply the devtool's styles to the head tag within the DOM.
123
126
- Use this to pass a shadow DOM target to the devtools so that the styles will be applied within the shadow DOM instead of within the head tag in the light DOM.
127
+
-`theme?: "light" | "dark" | "system"`
128
+
- Defaults to `system`.
129
+
- Set this to change the theme of the devtools panel.
0 commit comments