Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit b10a962

Browse files
committed
feat: added position, new default position, better responsiveness
1 parent 194c5e9 commit b10a962

File tree

4 files changed

+119
-66
lines changed

4 files changed

+119
-66
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ function App() {
8686
- Use this to add props to the close button. For example, you can add `className`, `style` (merge and override default style), `onClick` (extend default handler), etc.
8787
- `toggleButtonProps: PropsObject`
8888
- Use this to add props to the toggle button. For example, you can add `className`, `style` (merge and override default style), `onClick` (extend default handler), etc.
89+
- `position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"`
90+
- Defaults to `bottom-right`
91+
- The position of the React Query logo to open and close the devtools panel
8992

9093
## Embedded Mode
9194

src/Logo.js

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)