Progress Bar
Add a progress indicator so users can see how long a toast has left before it dismisses.
Enable progress on a toast
Example.vue
Enable progress globally
Turn it on for all toasts in nuxt.config.ts (you can still override per-toast).
nuxt.config.ts
Pause on hover
Progress pauses automatically when users hover over the toast (so they can read or click actions).
Example.vue
Common use cases
Upload progress
Example.vue
Auto-save indicator
Example.vue
Timed warning with action
Example.vue
