Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shishirraven/162063a800edb7e3c3020a2b6c8afe4d to your computer and use it in GitHub Desktop.
Save shishirraven/162063a800edb7e3c3020a2b6c8afe4d to your computer and use it in GitHub Desktop.
dialog btton for open centered with single action
<button
type="button"
@click="$refs.bravedialog2.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 Centered with single action
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment