Skip to content

Instantly share code, notes, and snippets.

@shishirraven
Created January 9, 2022 19:17
Show Gist options
  • Save shishirraven/d9e9aee838f5fed86fdb366057edfdfc to your computer and use it in GitHub Desktop.
Save shishirraven/d9e9aee838f5fed86fdb366057edfdfc to your computer and use it in GitHub Desktop.
<BraveDialog ref="bravedialog" dialogwidth="500px">
<template #dialog-heading>
Your heading...
</template>
<template #dialog-body>
Your body content...
</template>
<template #footer>
your footer content...
</template>
</BraveDialog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment