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

Commit

Permalink
feat: added position, new default position, better responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Jul 8, 2020
1 parent 194c5e9 commit b10a962
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 66 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ function App() {
- 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.
- `toggleButtonProps: PropsObject`
- 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.
- `position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"`
- Defaults to `bottom-right`
- The position of the React Query logo to open and close the devtools panel

## Embedded Mode

Expand Down
51 changes: 27 additions & 24 deletions src/Logo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b10a962

Please sign in to comment.