docs(modal): mention how to programatically close (#1423)

This commit is contained in:
sdezza
2024-02-26 11:24:02 +01:00
committed by GitHub
parent 5af9da4d3c
commit 9b208bf297

View File

@@ -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