Closed DiscreteTom closed 1 year ago
Making action.label optional to use VBtn's icon mode. Making action.onClick optional to just close the toast.
action.label
VBtn
action.onClick
toast('Vuetify Sonner', { description: 'Stackable toast component for Vuetify.', action: { // label: '', // onClick: () => {}, buttonProps: { icon: 'mdi-close', size: 'small', }, }, })
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Making
action.label
optional to useVBtn
's icon mode. Makingaction.onClick
optional to just close the toast.