vuetify-use-dialog icon indicating copy to clipboard operation
vuetify-use-dialog copied to clipboard

Simple confirmation dialog and snackbar composable built on top of Vuetify

Results 7 vuetify-use-dialog issues
Sort by recently updated
recently updated
newest added

When creating a custom dialog that requires you to select an item from a list, it can be smoother to close the dialog as soon as the list item is...

This will fix #31. #### Explanation of desired effect: When the `icon` field of `closeButtonProps` is specified, the text for the close button will be ignored, only the icon is...

### Describe the feature How to use this in Nuxt 3 vith plugin ``` import VuetifyUseDialog, { useConfirm, useSnackbar } from 'vuetify-use-dialog' export default defineNuxtPlugin((nuxtApp) => { nuxtApp.vueApp.use(VuetifyUseDialog) const confirm...

### Describe the bug actionsContentComponent option is missing in dialog options type ### Reproduction ``` const createDialog = useConfirm() createDialog({ actionsContentComponent: () => '' }) ``` error: 'actionsContentComponent' does not...

### Describe the bug My function call: ``` typescript toast({ text, closeButtonProps: { icon: 'tabler-square-rounded-x', }, }) ``` result: ![image](https://github.com/wobsoriano/vuetify-use-dialog/assets/18380374/97966820-7269-4c08-880a-dd84972347a6) This setting does not work for me. According to the...

### Describe the bug app.use(VuetifyUseDialog, { confirm: { title: '15646' }, }); ### Reproduction https://stackblitz.com/edit/vitejs-vite-rzaqtf?embed=1&file=src%2FApp.vue ### Logs _No response_ ### System Info ```bash edge ``` ### Severity annoyance