Created
January 9, 2022 19:17
-
-
Save shishirraven/d9e9aee838f5fed86fdb366057edfdfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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