-
I'd like to close the sheet when a query returns, the examples only shows the |
Beta Was this translation helpful? Give feedback.
Answered by
joaom00
Sep 9, 2023
Replies: 1 comment 3 replies
-
const [open, setOpen] = React.useState(false)
<Sheet open={open} onOpenChange={setOpen}>
...
</Shet> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm pretty sure that should work Codesandbox