Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shishirraven/470f0d2d25c37c1824de9a475675d863 to your computer and use it in GitHub Desktop.
Save shishirraven/470f0d2d25c37c1824de9a475675d863 to your computer and use it in GitHub Desktop.
Open Dialog on Button
<button
type="button"
@click="$refs.bravedialog.show()"
class="my-5 text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 mr-2 mb-2 dark:bg-blue-600 dark:hover:bg-blue-700 focus:outline-none dark:focus:ring-blue-800"
>
Open Dialog Box
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment