We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4414a9 + 7f3cdf3 commit f953c6aCopy full SHA for f953c6a
docs/Walkthrough.md
@@ -45,8 +45,10 @@ const DevTools = createDevTools(
45
// Monitors are individually adjustable with props.
46
// Consult their repositories to learn about those props.
47
// Here, we put LogMonitor inside a DockMonitor.
48
+ // Note: DockMonitor is visible by default.
49
<DockMonitor toggleVisibilityKey='ctrl-h'
- changePositionKey='ctrl-q'>
50
+ changePositionKey='ctrl-q'
51
+ defaultIsVisible={true}>
52
<LogMonitor theme='tomorrow' />
53
</DockMonitor>
54
);
0 commit comments