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/api-reference/widgets/theme-widget.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
import BrowserOnly from '@docusaurus/BrowserOnly';
1
2
import {WidgetPreview} from '@site/src/doc-demos/widgets';
2
3
import {_ThemeWidget} from '@deck.gl/widgets';
3
4
@@ -12,7 +13,7 @@ This widget changes the theme of deck.gl between light mode and dark mode. Click
12
13
- The `ThemeWidget` is mainly intended for minimal applications and to help developers test theme changes. More advanced applications that already support theming in their non-Deck UI will likely want to control change of deck themes using the same mechanism that is used for the remainder of their UI.
0 commit comments