Skip to content

Commit

Permalink
docs(modal): mention how to programatically close (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdezza authored Feb 26, 2024
1 parent 5af9da4 commit 9b208bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/2.components/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Then, you can use the `useModal` composable to control your modals within your a

:component-example{component="modal-example-composable"}

Additionally, you can close the modal within the modal component by calling `modal.close()`.

## Props

:component-props
Expand Down

0 comments on commit 9b208bf

Please sign in to comment.